GroupId | GroupIdorg.nd4j |
---|---|
ArtifactId | ArtifactIdcanova-nd4j-common |
Version | Version0.0.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nd4j/canova-nd4j-common/ -->
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>canova-nd4j-common</artifactId>
<version>0.0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.nd4j/canova-nd4j-common/
implementation 'org.nd4j:canova-nd4j-common:0.0.0.5'
// https://jarcasting.com/artifacts/org.nd4j/canova-nd4j-common/
implementation ("org.nd4j:canova-nd4j-common:0.0.0.5")
'org.nd4j:canova-nd4j-common:jar:0.0.0.5'
<dependency org="org.nd4j" name="canova-nd4j-common" rev="0.0.0.5">
<artifact name="canova-nd4j-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nd4j', module='canova-nd4j-common', version='0.0.0.5')
)
libraryDependencies += "org.nd4j" % "canova-nd4j-common" % "0.0.0.5"
[org.nd4j/canova-nd4j-common "0.0.0.5"]