Categories |
CategoriesWildFly Container Application Servers Doma Data ORM |
---|---|
GroupId | GroupIdorg.wildfly.core |
ArtifactId | ArtifactIdwildfly-domain-http |
Version | Version2.0.0.Alpha5 |
Type | Typepom |
Filename | Size |
---|---|
wildfly-domain-http-2.0.0.Alpha5.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>2.0.0.Alpha5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-domain-http/
implementation 'org.wildfly.core:wildfly-domain-http:2.0.0.Alpha5'
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-domain-http/
implementation ("org.wildfly.core:wildfly-domain-http:2.0.0.Alpha5")
'org.wildfly.core:wildfly-domain-http:pom:2.0.0.Alpha5'
<dependency org="org.wildfly.core" name="wildfly-domain-http" rev="2.0.0.Alpha5">
<artifact name="wildfly-domain-http" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.core', module='wildfly-domain-http', version='2.0.0.Alpha5')
)
libraryDependencies += "org.wildfly.core" % "wildfly-domain-http" % "2.0.0.Alpha5"
[org.wildfly.core/wildfly-domain-http "2.0.0.Alpha5"]