GroupId | GroupIdorg.notima.api |
---|---|
ArtifactId | ArtifactIdfortnox4j |
Version | Version1.8.8 |
Type | Typejar |
Filename | Size |
---|---|
fortnox4j-1.8.8.pom | |
fortnox4j-1.8.8.jar | 84 KB |
fortnox4j-1.8.8-sources.jar | 56 KB |
fortnox4j-1.8.8-javadoc.jar | 348 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.notima.api/fortnox4j/ -->
<dependency>
<groupId>org.notima.api</groupId>
<artifactId>fortnox4j</artifactId>
<version>1.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.notima.api/fortnox4j/
implementation 'org.notima.api:fortnox4j:1.8.8'
// https://jarcasting.com/artifacts/org.notima.api/fortnox4j/
implementation ("org.notima.api:fortnox4j:1.8.8")
'org.notima.api:fortnox4j:jar:1.8.8'
<dependency org="org.notima.api" name="fortnox4j" rev="1.8.8">
<artifact name="fortnox4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.notima.api', module='fortnox4j', version='1.8.8')
)
libraryDependencies += "org.notima.api" % "fortnox4j" % "1.8.8"
[org.notima.api/fortnox4j "1.8.8"]