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