is not current version
Last Version 1.4.0.Final

org.gatein:gatein-dep 1.1.0-Beta06

GateIn dependencies configuration

GroupId

GroupId

org.gatein
ArtifactId

ArtifactId

gatein-dep
Version

Version

1.1.0-Beta06
Type

Type

pom

Download gatein-dep 1.1.0-Beta06


<!-- https://jarcasting.com/artifacts/org.gatein/gatein-dep/ -->
<dependency>
    <groupId>org.gatein</groupId>
    <artifactId>gatein-dep</artifactId>
    <version>1.1.0-Beta06</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gatein/gatein-dep/
implementation 'org.gatein:gatein-dep:1.1.0-Beta06'
// https://jarcasting.com/artifacts/org.gatein/gatein-dep/
implementation ("org.gatein:gatein-dep:1.1.0-Beta06")
'org.gatein:gatein-dep:pom:1.1.0-Beta06'
<dependency org="org.gatein" name="gatein-dep" rev="1.1.0-Beta06">
  <artifact name="gatein-dep" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gatein', module='gatein-dep', version='1.1.0-Beta06')
)
libraryDependencies += "org.gatein" % "gatein-dep" % "1.1.0-Beta06"
[org.gatein/gatein-dep "1.1.0-Beta06"]