| License |
License
CDDL + GPLv2 with classpath exception
|
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers |
| GroupId | GroupIdorg.glassfish.external |
| ArtifactId | ArtifactIdapache-commons |
| Version | Version10.0-b28 |
| Type | Typejar |
| Description |
DescriptionApache commons library repackaged as OSGi and HK2 bundle
Module repackaging of the Apache commons library
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| apache-commons-10.0-b28.pom | |
| apache-commons-10.0-b28.jar | 513 KB |
| apache-commons-10.0-b28-sources.jar | 327 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.external/apache-commons/ -->
<dependency>
<groupId>org.glassfish.external</groupId>
<artifactId>apache-commons</artifactId>
<version>10.0-b28</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.external/apache-commons/
implementation 'org.glassfish.external:apache-commons:10.0-b28'
// https://jarcasting.com/artifacts/org.glassfish.external/apache-commons/
implementation ("org.glassfish.external:apache-commons:10.0-b28")
'org.glassfish.external:apache-commons:jar:10.0-b28'
<dependency org="org.glassfish.external" name="apache-commons" rev="10.0-b28">
<artifact name="apache-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.external', module='apache-commons', version='10.0-b28')
)
libraryDependencies += "org.glassfish.external" % "apache-commons" % "10.0-b28"
[org.glassfish.external/apache-commons "10.0-b28"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-beanutils : commons-beanutils Optional | jar | 1.6.1 |
| commons-collections : commons-collections Optional | jar | 2.1 |
| commons-digester : commons-digester Optional | jar | 1.5 |
| commons-modeler : commons-modeler Optional | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.3.1 |