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