is not current version
Last Version 1.19

com.testquack:launcher 1.11


GroupId

GroupId

com.testquack
ArtifactId

ArtifactId

launcher
Version

Version

1.11
Type

Type

jar

Download launcher 1.11


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