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