is not current version
Last Version 1.19

com.testquack:launcher 1.14


GroupId

GroupId

com.testquack
ArtifactId

ArtifactId

launcher
Version

Version

1.14
Type

Type

jar

Download launcher 1.14


<!-- https://jarcasting.com/artifacts/com.testquack/launcher/ -->
<dependency>
    <groupId>com.testquack</groupId>
    <artifactId>launcher</artifactId>
    <version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/launcher/
implementation 'com.testquack:launcher:1.14'
// https://jarcasting.com/artifacts/com.testquack/launcher/
implementation ("com.testquack:launcher:1.14")
'com.testquack:launcher:jar:1.14'
<dependency org="com.testquack" name="launcher" rev="1.14">
  <artifact name="launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='launcher', version='1.14')
)
libraryDependencies += "com.testquack" % "launcher" % "1.14"
[com.testquack/launcher "1.14"]