GroupId | GroupIdcom.testquack |
---|---|
ArtifactId | ArtifactIdsmith-launcher |
Version | Version1.14 |
Type | Typejar |
Filename | Size |
---|---|
smith-launcher-1.14.pom | |
smith-launcher-1.14.jar | 11 KB |
smith-launcher-1.14-sources.jar | 5 KB |
smith-launcher-1.14-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/smith-launcher/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>smith-launcher</artifactId>
<version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/smith-launcher/
implementation 'com.testquack:smith-launcher:1.14'
// https://jarcasting.com/artifacts/com.testquack/smith-launcher/
implementation ("com.testquack:smith-launcher:1.14")
'com.testquack:smith-launcher:jar:1.14'
<dependency org="com.testquack" name="smith-launcher" rev="1.14">
<artifact name="smith-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='smith-launcher', version='1.14')
)
libraryDependencies += "com.testquack" % "smith-launcher" % "1.14"
[com.testquack/smith-launcher "1.14"]