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