| GroupId | GroupIdcom.stellarstation.api |
|---|---|
| ArtifactId | ArtifactIdstellarstation-api |
| Version | Version0.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stellarstation-api-0.0.6.pom | |
| stellarstation-api-0.0.6.jar | 131 KB |
| stellarstation-api-0.0.6-sources.jar | 55 KB |
| stellarstation-api-0.0.6-javadoc.jar | 548 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.stellarstation.api/stellarstation-api/ -->
<dependency>
<groupId>com.stellarstation.api</groupId>
<artifactId>stellarstation-api</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.stellarstation.api/stellarstation-api/
implementation 'com.stellarstation.api:stellarstation-api:0.0.6'
// https://jarcasting.com/artifacts/com.stellarstation.api/stellarstation-api/
implementation ("com.stellarstation.api:stellarstation-api:0.0.6")
'com.stellarstation.api:stellarstation-api:jar:0.0.6'
<dependency org="com.stellarstation.api" name="stellarstation-api" rev="0.0.6">
<artifact name="stellarstation-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stellarstation.api', module='stellarstation-api', version='0.0.6')
)
libraryDependencies += "com.stellarstation.api" % "stellarstation-api" % "0.0.6"
[com.stellarstation.api/stellarstation-api "0.0.6"]