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