License |
License |
---|---|
Categories |
CategoriesWildFly Container Application Servers |
GroupId | GroupIdorg.wildfly |
ArtifactId | ArtifactIdwildfly-servlet-feature-pack-common |
Last Version | Last Version27.0.0.Alpha1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWildFly: Servlet Feature Pack Common Resources
Parent for various legacy and Galleon feature pack modules
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-servlet-feature-pack-common/ -->
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-servlet-feature-pack-common</artifactId>
<version>27.0.0.Alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-servlet-feature-pack-common/
implementation 'org.wildfly:wildfly-servlet-feature-pack-common:27.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-servlet-feature-pack-common/
implementation ("org.wildfly:wildfly-servlet-feature-pack-common:27.0.0.Alpha1")
'org.wildfly:wildfly-servlet-feature-pack-common:pom:27.0.0.Alpha1'
<dependency org="org.wildfly" name="wildfly-servlet-feature-pack-common" rev="27.0.0.Alpha1">
<artifact name="wildfly-servlet-feature-pack-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-servlet-feature-pack-common', version='27.0.0.Alpha1')
)
libraryDependencies += "org.wildfly" % "wildfly-servlet-feature-pack-common" % "27.0.0.Alpha1"
[org.wildfly/wildfly-servlet-feature-pack-common "27.0.0.Alpha1"]