GroupId | GroupIdorg.ctoolkit.services |
---|---|
ArtifactId | ArtifactIdctoolkit-services-endpoints |
Version | Version0.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ctoolkit.services/ctoolkit-services-endpoints/ -->
<dependency>
<groupId>org.ctoolkit.services</groupId>
<artifactId>ctoolkit-services-endpoints</artifactId>
<version>0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.ctoolkit.services/ctoolkit-services-endpoints/
implementation 'org.ctoolkit.services:ctoolkit-services-endpoints:0.19'
// https://jarcasting.com/artifacts/org.ctoolkit.services/ctoolkit-services-endpoints/
implementation ("org.ctoolkit.services:ctoolkit-services-endpoints:0.19")
'org.ctoolkit.services:ctoolkit-services-endpoints:jar:0.19'
<dependency org="org.ctoolkit.services" name="ctoolkit-services-endpoints" rev="0.19">
<artifact name="ctoolkit-services-endpoints" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ctoolkit.services', module='ctoolkit-services-endpoints', version='0.19')
)
libraryDependencies += "org.ctoolkit.services" % "ctoolkit-services-endpoints" % "0.19"
[org.ctoolkit.services/ctoolkit-services-endpoints "0.19"]