GroupId | GroupIdcom.testquack |
---|---|
ArtifactId | ArtifactIdapi |
Version | Version1.13 |
Type | Typewar |
Filename | Size |
---|---|
api-1.13.pom | |
api-1.13.war | 49 MB |
api-1.13-sources.jar | 18 KB |
api-1.13-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/api/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>api</artifactId>
<version>1.13</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/api/
implementation 'com.testquack:api:1.13'
// https://jarcasting.com/artifacts/com.testquack/api/
implementation ("com.testquack:api:1.13")
'com.testquack:api:war:1.13'
<dependency org="com.testquack" name="api" rev="1.13">
<artifact name="api" type="war" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='api', version='1.13')
)
libraryDependencies += "com.testquack" % "api" % "1.13"
[com.testquack/api "1.13"]