Last Version

DeployTools 2.2.1

Helper tools and common project structure for building and deploying Java Enterprise applications using CESeCore.

License

License

GroupId

GroupId

org.signserver.deploytools
ArtifactId

ArtifactId

DeployTools
Version

Version

2.2.1
Type

Type

pom
Description

Description

DeployTools
Helper tools and common project structure for building and deploying Java Enterprise applications using CESeCore.
Project URL

Project URL

https://www.signserver.org

Download DeployTools 2.2.1

Filename Size
DeployTools-2.2.1.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.signserver.deploytools/DeployTools/ -->
<dependency>
    <groupId>org.signserver.deploytools</groupId>
    <artifactId>DeployTools</artifactId>
    <version>2.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.signserver.deploytools/DeployTools/
implementation 'org.signserver.deploytools:DeployTools:2.2.1'
// https://jarcasting.com/artifacts/org.signserver.deploytools/DeployTools/
implementation ("org.signserver.deploytools:DeployTools:2.2.1")
'org.signserver.deploytools:DeployTools:pom:2.2.1'
<dependency org="org.signserver.deploytools" name="DeployTools" rev="2.2.1">
  <artifact name="DeployTools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.signserver.deploytools', module='DeployTools', version='2.2.1')
)
libraryDependencies += "org.signserver.deploytools" % "DeployTools" % "2.2.1"
[org.signserver.deploytools/DeployTools "2.2.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • DeployTools-Common
  • DeployTools-Ant
  • DeployTools-Maven
  • DeployTools-CLI