Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.stickycode.deploy |
ArtifactId | ArtifactIdsticky-deployer-embedded |
Version | Version0.8 |
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.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.deploy/sticky-deployer-embedded/
implementation 'net.stickycode.deploy:sticky-deployer-embedded:0.8'
// https://jarcasting.com/artifacts/net.stickycode.deploy/sticky-deployer-embedded/
implementation ("net.stickycode.deploy:sticky-deployer-embedded:0.8")
'net.stickycode.deploy:sticky-deployer-embedded:jar:0.8'
<dependency org="net.stickycode.deploy" name="sticky-deployer-embedded" rev="0.8">
<artifact name="sticky-deployer-embedded" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.deploy', module='sticky-deployer-embedded', version='0.8')
)
libraryDependencies += "net.stickycode.deploy" % "sticky-deployer-embedded" % "0.8"
[net.stickycode.deploy/sticky-deployer-embedded "0.8"]