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