2021-07-02 07:54:37 +00:00
|
|
|
dependencies {
|
|
|
|
implementation 'io.javalin:javalin:3.13.8'
|
|
|
|
implementation "org.thymeleaf:thymeleaf:3.0.11.RELEASE"
|
|
|
|
|
2021-07-02 13:36:38 +00:00
|
|
|
implementation project(':caruna-invoice')
|
2021-07-02 14:08:13 +00:00
|
|
|
implementation project(':helen-invoice')
|
2021-07-02 07:54:37 +00:00
|
|
|
implementation project(':composite-parsers')
|
|
|
|
|
|
|
|
implementation 'org.apache.logging.log4j:log4j-core:2.11.0'
|
|
|
|
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.0'
|
|
|
|
}
|
|
|
|
|
|
|
|
application.mainClass='com.devsoap.parsers.api.Api'
|