GroupId | GroupIdio.github.raiseyang |
---|---|
ArtifactId | ArtifactIdweapon-base |
Version | Version0.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
weapon-base-0.0.6.pom | |
weapon-base-0.0.6-sources.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.raiseyang/weapon-base/ -->
<dependency>
<groupId>io.github.raiseyang</groupId>
<artifactId>weapon-base</artifactId>
<version>0.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.raiseyang/weapon-base/
implementation 'io.github.raiseyang:weapon-base:0.0.6'
// https://jarcasting.com/artifacts/io.github.raiseyang/weapon-base/
implementation ("io.github.raiseyang:weapon-base:0.0.6")
'io.github.raiseyang:weapon-base:aar:0.0.6'
<dependency org="io.github.raiseyang" name="weapon-base" rev="0.0.6">
<artifact name="weapon-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.raiseyang', module='weapon-base', version='0.0.6')
)
libraryDependencies += "io.github.raiseyang" % "weapon-base" % "0.0.6"
[io.github.raiseyang/weapon-base "0.0.6"]