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