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