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