GroupId | GroupIdcom.deliver8r |
---|---|
ArtifactId | ArtifactIddeliver8r-artifact-repo-services |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.deliver8r/deliver8r-artifact-repo-services/ -->
<dependency>
<groupId>com.deliver8r</groupId>
<artifactId>deliver8r-artifact-repo-services</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.deliver8r/deliver8r-artifact-repo-services/
implementation 'com.deliver8r:deliver8r-artifact-repo-services:0.1.0'
// https://jarcasting.com/artifacts/com.deliver8r/deliver8r-artifact-repo-services/
implementation ("com.deliver8r:deliver8r-artifact-repo-services:0.1.0")
'com.deliver8r:deliver8r-artifact-repo-services:jar:0.1.0'
<dependency org="com.deliver8r" name="deliver8r-artifact-repo-services" rev="0.1.0">
<artifact name="deliver8r-artifact-repo-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.deliver8r', module='deliver8r-artifact-repo-services', version='0.1.0')
)
libraryDependencies += "com.deliver8r" % "deliver8r-artifact-repo-services" % "0.1.0"
[com.deliver8r/deliver8r-artifact-repo-services "0.1.0"]