| GroupId | GroupIdcom.spotify |
|---|---|
| ArtifactId | ArtifactIdmlengine-example |
| Version | Version0.5.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mlengine-example-0.5.5.pom | |
| mlengine-example-0.5.5.jar | 8 KB |
| mlengine-example-0.5.5-sources.jar | 5 KB |
| mlengine-example-0.5.5-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/mlengine-example/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>mlengine-example</artifactId>
<version>0.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/mlengine-example/
implementation 'com.spotify:mlengine-example:0.5.5'
// https://jarcasting.com/artifacts/com.spotify/mlengine-example/
implementation ("com.spotify:mlengine-example:0.5.5")
'com.spotify:mlengine-example:jar:0.5.5'
<dependency org="com.spotify" name="mlengine-example" rev="0.5.5">
<artifact name="mlengine-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='mlengine-example', version='0.5.5')
)
libraryDependencies += "com.spotify" % "mlengine-example" % "0.5.5"
[com.spotify/mlengine-example "0.5.5"]