| License |
License |
|---|---|
| GroupId | GroupIdcom.austindoupnik.gnc4j |
| ArtifactId | ArtifactIdlibgnucash |
| Last Version | Last Version0.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlibgnucash
Java bindings for GnuCash shared libraries
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| libgnucash-0.0.5.pom | |
| libgnucash-0.0.5.jar | 27 KB |
| libgnucash-0.0.5-sources.jar | 20 KB |
| libgnucash-0.0.5-javadoc.jar | 303 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.austindoupnik.gnc4j/libgnucash/ -->
<dependency>
<groupId>com.austindoupnik.gnc4j</groupId>
<artifactId>libgnucash</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.austindoupnik.gnc4j/libgnucash/
implementation 'com.austindoupnik.gnc4j:libgnucash:0.0.5'
// https://jarcasting.com/artifacts/com.austindoupnik.gnc4j/libgnucash/
implementation ("com.austindoupnik.gnc4j:libgnucash:0.0.5")
'com.austindoupnik.gnc4j:libgnucash:jar:0.0.5'
<dependency org="com.austindoupnik.gnc4j" name="libgnucash" rev="0.0.5">
<artifact name="libgnucash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.austindoupnik.gnc4j', module='libgnucash', version='0.0.5')
)
libraryDependencies += "com.austindoupnik.gnc4j" % "libgnucash" % "0.0.5"
[com.austindoupnik.gnc4j/libgnucash "0.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.austindoupnik.gnc4j : jna-core | jar | |
| com.austindoupnik.gnc4j : glib | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.spockframework : spock-core | jar |