| Группа | Группаcom.spotify |
|---|---|
| Идентификатор | Идентификаторmlengine-example |
| Версия | Версия0.5.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mlengine-example-0.5.0.pom | |
| mlengine-example-0.5.0.jar | 8 KB |
| mlengine-example-0.5.0-sources.jar | 5 KB |
| mlengine-example-0.5.0-javadoc.jar | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.spotify/mlengine-example/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>mlengine-example</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/mlengine-example/
implementation 'com.spotify:mlengine-example:0.5.0'
// https://jarcasting.com/artifacts/com.spotify/mlengine-example/
implementation ("com.spotify:mlengine-example:0.5.0")
'com.spotify:mlengine-example:jar:0.5.0'
<dependency org="com.spotify" name="mlengine-example" rev="0.5.0">
<artifact name="mlengine-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='mlengine-example', version='0.5.0')
)
libraryDependencies += "com.spotify" % "mlengine-example" % "0.5.0"
[com.spotify/mlengine-example "0.5.0"]