License |
License |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdmlengine-example |
Version | Version0.6.0-M4 |
Type | Typejar |
Description |
DescriptionThe Spotify Root project helps establish consistent Maven conventions by being the parent POM
for other participating projects.
|
<!-- https://jarcasting.com/artifacts/com.spotify/mlengine-example/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>mlengine-example</artifactId>
<version>0.6.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/mlengine-example/
implementation 'com.spotify:mlengine-example:0.6.0-M4'
// https://jarcasting.com/artifacts/com.spotify/mlengine-example/
implementation ("com.spotify:mlengine-example:0.6.0-M4")
'com.spotify:mlengine-example:jar:0.6.0-M4'
<dependency org="com.spotify" name="mlengine-example" rev="0.6.0-M4">
<artifact name="mlengine-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='mlengine-example', version='0.6.0-M4')
)
libraryDependencies += "com.spotify" % "mlengine-example" % "0.6.0-M4"
[com.spotify/mlengine-example "0.6.0-M4"]
Group / Artifact | Type | Version |
---|---|---|
com.spotify : zoltar-api | jar | |
com.spotify : zoltar-core | jar | |
com.spotify : zoltar-featran | jar | |
com.spotify : zoltar-tests | jar | |
com.spotify : zoltar-mlengine | jar | |
com.spotify : completable-futures | jar | |
com.fasterxml.jackson.core : jackson-annotations | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |