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