Categories |
CategoriesJava Languages Native Development Tools ORM Data |
---|---|
GroupId | GroupIdcom.spotify.nativeformat |
ArtifactId | ArtifactIdnf-grapher-java |
Version | Version1.2.22 |
Type | Typejar |
Filename | Size |
---|---|
nf-grapher-java-1.2.22.pom | |
nf-grapher-java-1.2.22.jar | 94 KB |
nf-grapher-java-1.2.22-sources.jar | 54 KB |
nf-grapher-java-1.2.22-javadoc.jar | 342 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify.nativeformat/nf-grapher-java/ -->
<dependency>
<groupId>com.spotify.nativeformat</groupId>
<artifactId>nf-grapher-java</artifactId>
<version>1.2.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify.nativeformat/nf-grapher-java/
implementation 'com.spotify.nativeformat:nf-grapher-java:1.2.22'
// https://jarcasting.com/artifacts/com.spotify.nativeformat/nf-grapher-java/
implementation ("com.spotify.nativeformat:nf-grapher-java:1.2.22")
'com.spotify.nativeformat:nf-grapher-java:jar:1.2.22'
<dependency org="com.spotify.nativeformat" name="nf-grapher-java" rev="1.2.22">
<artifact name="nf-grapher-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify.nativeformat', module='nf-grapher-java', version='1.2.22')
)
libraryDependencies += "com.spotify.nativeformat" % "nf-grapher-java" % "1.2.22"
[com.spotify.nativeformat/nf-grapher-java "1.2.22"]