is not current version
Last Version 7.0.0-M4

org.glassfish.main.extras:extras 6.2.4


Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.main.extras
ArtifactId

ArtifactId

extras
Version

Version

6.2.4
Type

Type

pom

Download extras 6.2.4

Filename Size
extras-6.2.4.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.glassfish.main.extras/extras/ -->
<dependency>
    <groupId>org.glassfish.main.extras</groupId>
    <artifactId>extras</artifactId>
    <version>6.2.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.extras/extras/
implementation 'org.glassfish.main.extras:extras:6.2.4'
// https://jarcasting.com/artifacts/org.glassfish.main.extras/extras/
implementation ("org.glassfish.main.extras:extras:6.2.4")
'org.glassfish.main.extras:extras:pom:6.2.4'
<dependency org="org.glassfish.main.extras" name="extras" rev="6.2.4">
  <artifact name="extras" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.extras', module='extras', version='6.2.4')
)
libraryDependencies += "org.glassfish.main.extras" % "extras" % "6.2.4"
[org.glassfish.main.extras/extras "6.2.4"]