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