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