GroupId | GroupIdcom.algorithmia |
---|---|
ArtifactId | ArtifactIdalgorithm-handler |
Version | Version2.0.0.rc1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.algorithmia/algorithm-handler/ -->
<dependency>
<groupId>com.algorithmia</groupId>
<artifactId>algorithm-handler</artifactId>
<version>2.0.0.rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.algorithmia/algorithm-handler/
implementation 'com.algorithmia:algorithm-handler:2.0.0.rc1'
// https://jarcasting.com/artifacts/com.algorithmia/algorithm-handler/
implementation ("com.algorithmia:algorithm-handler:2.0.0.rc1")
'com.algorithmia:algorithm-handler:jar:2.0.0.rc1'
<dependency org="com.algorithmia" name="algorithm-handler" rev="2.0.0.rc1">
<artifact name="algorithm-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.algorithmia', module='algorithm-handler', version='2.0.0.rc1')
)
libraryDependencies += "com.algorithmia" % "algorithm-handler" % "2.0.0.rc1"
[com.algorithmia/algorithm-handler "2.0.0.rc1"]