GroupId | GroupIdcom.astralanguage |
---|---|
ArtifactId | ArtifactIdastra-apis |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
astra-apis-1.0.8.pom | |
astra-apis-1.0.8.jar | 41 KB |
astra-apis-1.0.8-sources.jar | 25 KB |
astra-apis-1.0.8-javadoc.jar | 527 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.astralanguage/astra-apis/ -->
<dependency>
<groupId>com.astralanguage</groupId>
<artifactId>astra-apis</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.astralanguage/astra-apis/
implementation 'com.astralanguage:astra-apis:1.0.8'
// https://jarcasting.com/artifacts/com.astralanguage/astra-apis/
implementation ("com.astralanguage:astra-apis:1.0.8")
'com.astralanguage:astra-apis:jar:1.0.8'
<dependency org="com.astralanguage" name="astra-apis" rev="1.0.8">
<artifact name="astra-apis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.astralanguage', module='astra-apis', version='1.0.8')
)
libraryDependencies += "com.astralanguage" % "astra-apis" % "1.0.8"
[com.astralanguage/astra-apis "1.0.8"]