Categories |
CategoriesJBoss Container Application Servers Security |
---|---|
GroupId | GroupIdorg.jboss.bom.eap |
ArtifactId | ArtifactIdjboss-javaee-6.0-with-security |
Version | Version6.1.0-redhat-1 |
Type | Typepom |
Filename | Size |
---|---|
jboss-javaee-6.0-with-security-6.1.0-redhat-1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.bom.eap/jboss-javaee-6.0-with-security/ -->
<dependency>
<groupId>org.jboss.bom.eap</groupId>
<artifactId>jboss-javaee-6.0-with-security</artifactId>
<version>6.1.0-redhat-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.bom.eap/jboss-javaee-6.0-with-security/
implementation 'org.jboss.bom.eap:jboss-javaee-6.0-with-security:6.1.0-redhat-1'
// https://jarcasting.com/artifacts/org.jboss.bom.eap/jboss-javaee-6.0-with-security/
implementation ("org.jboss.bom.eap:jboss-javaee-6.0-with-security:6.1.0-redhat-1")
'org.jboss.bom.eap:jboss-javaee-6.0-with-security:pom:6.1.0-redhat-1'
<dependency org="org.jboss.bom.eap" name="jboss-javaee-6.0-with-security" rev="6.1.0-redhat-1">
<artifact name="jboss-javaee-6.0-with-security" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.bom.eap', module='jboss-javaee-6.0-with-security', version='6.1.0-redhat-1')
)
libraryDependencies += "org.jboss.bom.eap" % "jboss-javaee-6.0-with-security" % "6.1.0-redhat-1"
[org.jboss.bom.eap/jboss-javaee-6.0-with-security "6.1.0-redhat-1"]