Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.EmergentOrder |
ArtifactId | ArtifactIdonnx-scala-backends_2.11 |
Version | Versionv0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.EmergentOrder/onnx-scala-backends_2.11/ -->
<dependency>
<groupId>com.github.EmergentOrder</groupId>
<artifactId>onnx-scala-backends_2.11</artifactId>
<version>v0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.EmergentOrder/onnx-scala-backends_2.11/
implementation 'com.github.EmergentOrder:onnx-scala-backends_2.11:v0.1.0'
// https://jarcasting.com/artifacts/com.github.EmergentOrder/onnx-scala-backends_2.11/
implementation ("com.github.EmergentOrder:onnx-scala-backends_2.11:v0.1.0")
'com.github.EmergentOrder:onnx-scala-backends_2.11:jar:v0.1.0'
<dependency org="com.github.EmergentOrder" name="onnx-scala-backends_2.11" rev="v0.1.0">
<artifact name="onnx-scala-backends_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.EmergentOrder', module='onnx-scala-backends_2.11', version='v0.1.0')
)
libraryDependencies += "com.github.EmergentOrder" % "onnx-scala-backends_2.11" % "v0.1.0"
[com.github.EmergentOrder/onnx-scala-backends_2.11 "v0.1.0"]