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