Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.windup.web |
ArtifactId | ArtifactIdrhamt-ear |
Version | Version4.0.1.Final |
Type | Typeear |
Filename | Size |
---|---|
rhamt-ear-4.0.1.Final.pom | |
rhamt-ear-4.0.1.Final.ear | 300 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.web/rhamt-ear/ -->
<dependency>
<groupId>org.jboss.windup.web</groupId>
<artifactId>rhamt-ear</artifactId>
<version>4.0.1.Final</version>
<type>ear</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.web/rhamt-ear/
implementation 'org.jboss.windup.web:rhamt-ear:4.0.1.Final'
// https://jarcasting.com/artifacts/org.jboss.windup.web/rhamt-ear/
implementation ("org.jboss.windup.web:rhamt-ear:4.0.1.Final")
'org.jboss.windup.web:rhamt-ear:ear:4.0.1.Final'
<dependency org="org.jboss.windup.web" name="rhamt-ear" rev="4.0.1.Final">
<artifact name="rhamt-ear" type="ear" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.web', module='rhamt-ear', version='4.0.1.Final')
)
libraryDependencies += "org.jboss.windup.web" % "rhamt-ear" % "4.0.1.Final"
[org.jboss.windup.web/rhamt-ear "4.0.1.Final"]