Categories |
CategoriesTomcat Container Application Servers Net |
---|---|
GroupId | GroupIdnet.stickycode.deploy |
ArtifactId | ArtifactIdsticky-deployer-tomcat7 |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.stickycode.deploy/sticky-deployer-tomcat7/ -->
<dependency>
<groupId>net.stickycode.deploy</groupId>
<artifactId>sticky-deployer-tomcat7</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.deploy/sticky-deployer-tomcat7/
implementation 'net.stickycode.deploy:sticky-deployer-tomcat7:1.2'
// https://jarcasting.com/artifacts/net.stickycode.deploy/sticky-deployer-tomcat7/
implementation ("net.stickycode.deploy:sticky-deployer-tomcat7:1.2")
'net.stickycode.deploy:sticky-deployer-tomcat7:jar:1.2'
<dependency org="net.stickycode.deploy" name="sticky-deployer-tomcat7" rev="1.2">
<artifact name="sticky-deployer-tomcat7" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.deploy', module='sticky-deployer-tomcat7', version='1.2')
)
libraryDependencies += "net.stickycode.deploy" % "sticky-deployer-tomcat7" % "1.2"
[net.stickycode.deploy/sticky-deployer-tomcat7 "1.2"]