GroupId | GroupIdorg.apache.portals.jetspeed-2 |
---|---|
ArtifactId | ArtifactIdcom-google-step2-common |
Version | Version2.3.0 |
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.3.0</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.3.0'
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/com-google-step2-common/
implementation ("org.apache.portals.jetspeed-2:com-google-step2-common:2.3.0")
'org.apache.portals.jetspeed-2:com-google-step2-common:jar:2.3.0'
<dependency org="org.apache.portals.jetspeed-2" name="com-google-step2-common" rev="2.3.0">
<artifact name="com-google-step2-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.jetspeed-2', module='com-google-step2-common', version='2.3.0')
)
libraryDependencies += "org.apache.portals.jetspeed-2" % "com-google-step2-common" % "2.3.0"
[org.apache.portals.jetspeed-2/com-google-step2-common "2.3.0"]