is not current version
Last Version 1.19

com.testquack:services 1.3


GroupId

GroupId

com.testquack
ArtifactId

ArtifactId

services
Version

Version

1.3
Type

Type

jar

Download services 1.3


<!-- 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"]