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