GroupId | GroupIdorg.gatein.common |
---|---|
ArtifactId | ArtifactIdcommon-common |
Version | Version2.0.0-CR03 |
Type | Typejar |
Filename | Size |
---|---|
common-common-2.0.0-CR03.pom | |
common-common-2.0.0-CR03.jar | 219 KB |
common-common-2.0.0-CR03-sources.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gatein.common/common-common/ -->
<dependency>
<groupId>org.gatein.common</groupId>
<artifactId>common-common</artifactId>
<version>2.0.0-CR03</version>
</dependency>
// https://jarcasting.com/artifacts/org.gatein.common/common-common/
implementation 'org.gatein.common:common-common:2.0.0-CR03'
// https://jarcasting.com/artifacts/org.gatein.common/common-common/
implementation ("org.gatein.common:common-common:2.0.0-CR03")
'org.gatein.common:common-common:jar:2.0.0-CR03'
<dependency org="org.gatein.common" name="common-common" rev="2.0.0-CR03">
<artifact name="common-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gatein.common', module='common-common', version='2.0.0-CR03')
)
libraryDependencies += "org.gatein.common" % "common-common" % "2.0.0-CR03"
[org.gatein.common/common-common "2.0.0-CR03"]