Categories |
CategoriesWildFly Container Application Servers Doma Data ORM |
---|---|
GroupId | GroupIdorg.wildfly |
ArtifactId | ArtifactIdwildfly-domain-http |
Version | Version8.0.0.Alpha3 |
Type | Typepom |
Filename | Size |
---|---|
wildfly-domain-http-8.0.0.Alpha3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-domain-http/ -->
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-domain-http</artifactId>
<version>8.0.0.Alpha3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-domain-http/
implementation 'org.wildfly:wildfly-domain-http:8.0.0.Alpha3'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-domain-http/
implementation ("org.wildfly:wildfly-domain-http:8.0.0.Alpha3")
'org.wildfly:wildfly-domain-http:pom:8.0.0.Alpha3'
<dependency org="org.wildfly" name="wildfly-domain-http" rev="8.0.0.Alpha3">
<artifact name="wildfly-domain-http" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-domain-http', version='8.0.0.Alpha3')
)
libraryDependencies += "org.wildfly" % "wildfly-domain-http" % "8.0.0.Alpha3"
[org.wildfly/wildfly-domain-http "8.0.0.Alpha3"]