GroupId | GroupIdorg.apache.portals.jetspeed-2 |
---|---|
ArtifactId | ArtifactIdjetspeed-commons |
Version | Version2.1.4 |
Type | Typejar |
Filename | Size |
---|---|
jetspeed-commons-2.1.4.pom | |
jetspeed-commons-2.1.4.jar | 82 KB |
jetspeed-commons-2.1.4-sources.jar | 89 KB |
jetspeed-commons-2.1.4-javadoc.jar | 346 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/jetspeed-commons/ -->
<dependency>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-commons</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/jetspeed-commons/
implementation 'org.apache.portals.jetspeed-2:jetspeed-commons:2.1.4'
// https://jarcasting.com/artifacts/org.apache.portals.jetspeed-2/jetspeed-commons/
implementation ("org.apache.portals.jetspeed-2:jetspeed-commons:2.1.4")
'org.apache.portals.jetspeed-2:jetspeed-commons:jar:2.1.4'
<dependency org="org.apache.portals.jetspeed-2" name="jetspeed-commons" rev="2.1.4">
<artifact name="jetspeed-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.jetspeed-2', module='jetspeed-commons', version='2.1.4')
)
libraryDependencies += "org.apache.portals.jetspeed-2" % "jetspeed-commons" % "2.1.4"
[org.apache.portals.jetspeed-2/jetspeed-commons "2.1.4"]