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