Skip to content

Latest commit

 

History

History

accounting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

lumicore :: Accounting

Example Application for minimal design requirements with database and gui editors.

Dependencies

dependencies {
    implementation project(':core')
    implementation project(':benchmark')
    implementation project(':ipc')
    implementation project(':logging')
    implementation project(':orm-sqlite')
    implementation project(':properties')
    implementation project(':swing')
    // Apache 2.0
	// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
	implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3'
}