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