| GroupId | GroupIdorg.gatein |
|---|---|
| ArtifactId | ArtifactIdgatein-dep |
| Version | Version1.2.0.Alpha03 |
| Type | Typepom |
| Filename | Size |
|---|---|
| gatein-dep-1.2.0.Alpha03.pom | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gatein/gatein-dep/ -->
<dependency>
<groupId>org.gatein</groupId>
<artifactId>gatein-dep</artifactId>
<version>1.2.0.Alpha03</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gatein/gatein-dep/
implementation 'org.gatein:gatein-dep:1.2.0.Alpha03'
// https://jarcasting.com/artifacts/org.gatein/gatein-dep/
implementation ("org.gatein:gatein-dep:1.2.0.Alpha03")
'org.gatein:gatein-dep:pom:1.2.0.Alpha03'
<dependency org="org.gatein" name="gatein-dep" rev="1.2.0.Alpha03">
<artifact name="gatein-dep" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gatein', module='gatein-dep', version='1.2.0.Alpha03')
)
libraryDependencies += "org.gatein" % "gatein-dep" % "1.2.0.Alpha03"
[org.gatein/gatein-dep "1.2.0.Alpha03"]