Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.stickycode.deploy |
ArtifactId | ArtifactIdsticky-deployer-embedded |
Version | Version0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.stickycode.deploy/sticky-deployer-embedded/ -->
<dependency>
<groupId>net.stickycode.deploy</groupId>
<artifactId>sticky-deployer-embedded</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.deploy/sticky-deployer-embedded/
implementation 'net.stickycode.deploy:sticky-deployer-embedded:0.6'
// https://jarcasting.com/artifacts/net.stickycode.deploy/sticky-deployer-embedded/
implementation ("net.stickycode.deploy:sticky-deployer-embedded:0.6")
'net.stickycode.deploy:sticky-deployer-embedded:jar:0.6'
<dependency org="net.stickycode.deploy" name="sticky-deployer-embedded" rev="0.6">
<artifact name="sticky-deployer-embedded" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.deploy', module='sticky-deployer-embedded', version='0.6')
)
libraryDependencies += "net.stickycode.deploy" % "sticky-deployer-embedded" % "0.6"
[net.stickycode.deploy/sticky-deployer-embedded "0.6"]