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