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