| Categories |
CategoriesJBoss Container Application Servers |
|---|---|
| GroupId | GroupIdorg.jboss.windup.web |
| ArtifactId | ArtifactIdrhamt-ear |
| Version | Version4.2.0.Alpha1 |
| Type | Typeear |
| Filename | Size |
|---|---|
| rhamt-ear-4.2.0.Alpha1.pom | |
| rhamt-ear-4.2.0.Alpha1.ear | 433 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.2.0.Alpha1</version>
<type>ear</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.web/rhamt-ear/
implementation 'org.jboss.windup.web:rhamt-ear:4.2.0.Alpha1'
// https://jarcasting.com/artifacts/org.jboss.windup.web/rhamt-ear/
implementation ("org.jboss.windup.web:rhamt-ear:4.2.0.Alpha1")
'org.jboss.windup.web:rhamt-ear:ear:4.2.0.Alpha1'
<dependency org="org.jboss.windup.web" name="rhamt-ear" rev="4.2.0.Alpha1">
<artifact name="rhamt-ear" type="ear" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.web', module='rhamt-ear', version='4.2.0.Alpha1')
)
libraryDependencies += "org.jboss.windup.web" % "rhamt-ear" % "4.2.0.Alpha1"
[org.jboss.windup.web/rhamt-ear "4.2.0.Alpha1"]