License |
License |
---|---|
Categories |
CategoriesWildFly Container Application Servers |
GroupId | GroupIdorg.wildfly |
ArtifactId | ArtifactIdwildfly-webservices |
Last Version | Last Version27.0.0.Alpha1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWildFly: Web Services Subsystem
WildFly: Parent Aggregator
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wildfly-webservices-27.0.0.Alpha1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-webservices/ -->
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-webservices</artifactId>
<version>27.0.0.Alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-webservices/
implementation 'org.wildfly:wildfly-webservices:27.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-webservices/
implementation ("org.wildfly:wildfly-webservices:27.0.0.Alpha1")
'org.wildfly:wildfly-webservices:pom:27.0.0.Alpha1'
<dependency org="org.wildfly" name="wildfly-webservices" rev="27.0.0.Alpha1">
<artifact name="wildfly-webservices" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-webservices', version='27.0.0.Alpha1')
)
libraryDependencies += "org.wildfly" % "wildfly-webservices" % "27.0.0.Alpha1"
[org.wildfly/wildfly-webservices "27.0.0.Alpha1"]