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