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