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