Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly |
ArtifactId | ArtifactIdwildfly-ee-dist |
Version | Version22.0.0.Alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-ee-dist/ -->
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ee-dist</artifactId>
<version>22.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-ee-dist/
implementation 'org.wildfly:wildfly-ee-dist:22.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-ee-dist/
implementation ("org.wildfly:wildfly-ee-dist:22.0.0.Alpha1")
'org.wildfly:wildfly-ee-dist:jar:22.0.0.Alpha1'
<dependency org="org.wildfly" name="wildfly-ee-dist" rev="22.0.0.Alpha1">
<artifact name="wildfly-ee-dist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-ee-dist', version='22.0.0.Alpha1')
)
libraryDependencies += "org.wildfly" % "wildfly-ee-dist" % "22.0.0.Alpha1"
[org.wildfly/wildfly-ee-dist "22.0.0.Alpha1"]