GroupId | GroupIdcom.uzabase |
---|---|
ArtifactId | ArtifactIdplaytest-gauge |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
playtest-gauge-1.0.0.pom | |
playtest-gauge-1.0.0.jar | 13 KB |
playtest-gauge-1.0.0-sources.jar | 3 KB |
playtest-gauge-1.0.0-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uzabase/playtest-gauge/ -->
<dependency>
<groupId>com.uzabase</groupId>
<artifactId>playtest-gauge</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.uzabase/playtest-gauge/
implementation 'com.uzabase:playtest-gauge:1.0.0'
// https://jarcasting.com/artifacts/com.uzabase/playtest-gauge/
implementation ("com.uzabase:playtest-gauge:1.0.0")
'com.uzabase:playtest-gauge:jar:1.0.0'
<dependency org="com.uzabase" name="playtest-gauge" rev="1.0.0">
<artifact name="playtest-gauge" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uzabase', module='playtest-gauge', version='1.0.0')
)
libraryDependencies += "com.uzabase" % "playtest-gauge" % "1.0.0"
[com.uzabase/playtest-gauge "1.0.0"]