t

tools-accounting

Accounting Helper
Files download
File Operation
tools-accounting-0.12.jar download
tools-accounting-0.12.pom download
tools-accounting-0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>tools-accounting</artifactId>
  <version>0.12</version>
</dependency>
Gradle Groovy
implementation 'com.github.gv2011:tools-accounting:0.12'
Gradle Kotlin
implementation("com.github.gv2011:tools-accounting:0.12")
Scala SBT
libraryDependencies += "com.github.gv2011" % "tools-accounting" % "0.12"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gv2011', module='tools-accounting', version='0.12')
)
Apache Ivy
<dependency org="com.github.gv2011" name="tools-accounting" rev="0.12" />
Leiningen
[com.github.gv2011/tools-accounting "0.12"]
Apache Buildr
'com.github.gv2011:tools-accounting:jar:0.12'