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