License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.bom.wfk |
ArtifactId | ArtifactIdjboss-javaee-6.0-with-spring |
Version | Version2.4.0-redhat-1 |
Type | Typepom |
Description |
DescriptionJBoss Java EE 6 Specification APIs with Spring
Dependency Management for Java EE 6 Specification APIs with Spring
|
Filename | Size |
---|---|
jboss-javaee-6.0-with-spring-2.4.0-redhat-1.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.bom.wfk/jboss-javaee-6.0-with-spring/ -->
<dependency>
<groupId>org.jboss.bom.wfk</groupId>
<artifactId>jboss-javaee-6.0-with-spring</artifactId>
<version>2.4.0-redhat-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.bom.wfk/jboss-javaee-6.0-with-spring/
implementation 'org.jboss.bom.wfk:jboss-javaee-6.0-with-spring:2.4.0-redhat-1'
// https://jarcasting.com/artifacts/org.jboss.bom.wfk/jboss-javaee-6.0-with-spring/
implementation ("org.jboss.bom.wfk:jboss-javaee-6.0-with-spring:2.4.0-redhat-1")
'org.jboss.bom.wfk:jboss-javaee-6.0-with-spring:pom:2.4.0-redhat-1'
<dependency org="org.jboss.bom.wfk" name="jboss-javaee-6.0-with-spring" rev="2.4.0-redhat-1">
<artifact name="jboss-javaee-6.0-with-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.bom.wfk', module='jboss-javaee-6.0-with-spring', version='2.4.0-redhat-1')
)
libraryDependencies += "org.jboss.bom.wfk" % "jboss-javaee-6.0-with-spring" % "2.4.0-redhat-1"
[org.jboss.bom.wfk/jboss-javaee-6.0-with-spring "2.4.0-redhat-1"]