is not current version
Last Version 10.0-b28

org.glassfish.external:apache-commons 3.0-b41

Module repackaging of the Apache commons library

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.external
ArtifactId

ArtifactId

apache-commons
Version

Version

3.0-b41
Type

Type

jar

Download apache-commons 3.0-b41


<!-- https://jarcasting.com/artifacts/org.glassfish.external/apache-commons/ -->
<dependency>
    <groupId>org.glassfish.external</groupId>
    <artifactId>apache-commons</artifactId>
    <version>3.0-b41</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.external/apache-commons/
implementation 'org.glassfish.external:apache-commons:3.0-b41'
// https://jarcasting.com/artifacts/org.glassfish.external/apache-commons/
implementation ("org.glassfish.external:apache-commons:3.0-b41")
'org.glassfish.external:apache-commons:jar:3.0-b41'
<dependency org="org.glassfish.external" name="apache-commons" rev="3.0-b41">
  <artifact name="apache-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.external', module='apache-commons', version='3.0-b41')
)
libraryDependencies += "org.glassfish.external" % "apache-commons" % "3.0-b41"
[org.glassfish.external/apache-commons "3.0-b41"]