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