Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.bom |
ArtifactId | ArtifactIdwildfly-javaee7-with-tools |
Version | Version10.0.1.Final |
Type | Typepom |
Filename | Size |
---|---|
wildfly-javaee7-with-tools-10.0.1.Final.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.bom/wildfly-javaee7-with-tools/ -->
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-javaee7-with-tools</artifactId>
<version>10.0.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.bom/wildfly-javaee7-with-tools/
implementation 'org.wildfly.bom:wildfly-javaee7-with-tools:10.0.1.Final'
// https://jarcasting.com/artifacts/org.wildfly.bom/wildfly-javaee7-with-tools/
implementation ("org.wildfly.bom:wildfly-javaee7-with-tools:10.0.1.Final")
'org.wildfly.bom:wildfly-javaee7-with-tools:pom:10.0.1.Final'
<dependency org="org.wildfly.bom" name="wildfly-javaee7-with-tools" rev="10.0.1.Final">
<artifact name="wildfly-javaee7-with-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.bom', module='wildfly-javaee7-with-tools', version='10.0.1.Final')
)
libraryDependencies += "org.wildfly.bom" % "wildfly-javaee7-with-tools" % "10.0.1.Final"
[org.wildfly.bom/wildfly-javaee7-with-tools "10.0.1.Final"]