| |
---|
| | // https://mvnrepository.com/artifact/org.danilopianini/gradle-latex |
---|
| | implementation "org.danilopianini:gradle-latex:0.2.7" // as of 2021-12-02 |
---|
| | |
---|
| | // https://mvnrepository.com/artifact/net.sourceforge.plantuml/plantuml |
---|
| | implementation group: 'net.sourceforge.plantuml', name: 'plantuml', version: '1.2022.1' |
---|
| | implementation group: 'net.sourceforge.plantuml', name: 'plantuml', version: '1.2024.4' |
---|
| | |
---|
| | // https://mvnrepository.com/artifact/commons-io/commons-io |
---|
| | implementation group: 'commons-io', name: 'commons-io', version: '2.11.0' |
---|
| | |
---|
| |
---|
| | |
---|
| | // compileJava { |
---|
| | // options.compilerArgs << '-Xlint:unchecked' |
---|
| | // } |
---|
| | |
---|
|