Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdorg.nd4j |
ArtifactId | ArtifactIdnd4j-jackson |
Version | Version0.4-rc3.10 |
Type | Typejar |
Filename | Size |
---|---|
nd4j-jackson-0.4-rc3.10.pom | |
nd4j-jackson-0.4-rc3.10.jar | 4 KB |
nd4j-jackson-0.4-rc3.10-sources.jar | 2 KB |
nd4j-jackson-0.4-rc3.10-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nd4j/nd4j-jackson/ -->
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-jackson</artifactId>
<version>0.4-rc3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.nd4j/nd4j-jackson/
implementation 'org.nd4j:nd4j-jackson:0.4-rc3.10'
// https://jarcasting.com/artifacts/org.nd4j/nd4j-jackson/
implementation ("org.nd4j:nd4j-jackson:0.4-rc3.10")
'org.nd4j:nd4j-jackson:jar:0.4-rc3.10'
<dependency org="org.nd4j" name="nd4j-jackson" rev="0.4-rc3.10">
<artifact name="nd4j-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nd4j', module='nd4j-jackson', version='0.4-rc3.10')
)
libraryDependencies += "org.nd4j" % "nd4j-jackson" % "0.4-rc3.10"
[org.nd4j/nd4j-jackson "0.4-rc3.10"]