Skip to content

Latest commit

 

History

History

remoteai-ui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

lumicore :: RemoteAI UI

Example Application for user authenticated crypto db. also minimal db and AI example.

Dependencies

dependencies {
    implementation project(':core')
    implementation project(':benchmark')
    implementation project(':logging')
    implementation project(':orm-sqlite')
    implementation project(':properties')
    implementation project(':remoteai')
    implementation project(':stack-util')
    implementation project(':swing')

    // Apache 2.0
	// https://mvnrepository.com/artifact/io.github.willena/sqlite-jdbc
	implementation group: 'io.github.willena', name: 'sqlite-jdbc', version: '3.38.1'
}