GroupId | GroupIdorg.apache.portals.jetspeed-2 |
---|---|
ArtifactId | ArtifactIdcom-google-step2-common |
Version | Version2.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/com-google-step2-common/ -->
<dependency>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>com-google-step2-common</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/com-google-step2-common/
implementation 'org.apache.portals.jetspeed-2:com-google-step2-common:2.2.2'
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/com-google-step2-common/
implementation ("org.apache.portals.jetspeed-2:com-google-step2-common:2.2.2")
'org.apache.portals.jetspeed-2:com-google-step2-common:jar:2.2.2'
<dependency org="org.apache.portals.jetspeed-2" name="com-google-step2-common" rev="2.2.2">
<artifact name="com-google-step2-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.jetspeed-2', module='com-google-step2-common', version='2.2.2')
)
libraryDependencies += "org.apache.portals.jetspeed-2" % "com-google-step2-common" % "2.2.2"
[org.apache.portals.jetspeed-2/com-google-step2-common "2.2.2"]