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