GroupId | GroupIdorg.ctoolkit.services |
---|---|
ArtifactId | ArtifactIdctoolkit-services-endpoints |
Version | Version0.16 |
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.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.ctoolkit.services/ctoolkit-services-endpoints/
implementation 'org.ctoolkit.services:ctoolkit-services-endpoints:0.16'
// https://jarcasting.com/artifacts/org.ctoolkit.services/ctoolkit-services-endpoints/
implementation ("org.ctoolkit.services:ctoolkit-services-endpoints:0.16")
'org.ctoolkit.services:ctoolkit-services-endpoints:jar:0.16'
<dependency org="org.ctoolkit.services" name="ctoolkit-services-endpoints" rev="0.16">
<artifact name="ctoolkit-services-endpoints" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ctoolkit.services', module='ctoolkit-services-endpoints', version='0.16')
)
libraryDependencies += "org.ctoolkit.services" % "ctoolkit-services-endpoints" % "0.16"
[org.ctoolkit.services/ctoolkit-services-endpoints "0.16"]