License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.deployers |
ArtifactId | ArtifactIdjboss-deployers-dist |
Last Version | Last Version2.0.10.GA |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJBoss Deployers Distribution Build
The JBoss Deployment Distribution Build.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.jboss.deployers/jboss-deployers-dist/ -->
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-dist</artifactId>
<version>2.0.10.GA</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.deployers/jboss-deployers-dist/
implementation 'org.jboss.deployers:jboss-deployers-dist:2.0.10.GA'
// https://jarcasting.com/artifacts/org.jboss.deployers/jboss-deployers-dist/
implementation ("org.jboss.deployers:jboss-deployers-dist:2.0.10.GA")
'org.jboss.deployers:jboss-deployers-dist:pom:2.0.10.GA'
<dependency org="org.jboss.deployers" name="jboss-deployers-dist" rev="2.0.10.GA">
<artifact name="jboss-deployers-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.deployers', module='jboss-deployers-dist', version='2.0.10.GA')
)
libraryDependencies += "org.jboss.deployers" % "jboss-deployers-dist" % "2.0.10.GA"
[org.jboss.deployers/jboss-deployers-dist "2.0.10.GA"]