is not current version
Last Version 3.1

genjava:gj-core 3.0

A re-usable library of Java classes. Originally stand-alone, many of the classes have since gone into various parts of the Jakarta Commons project, and thus this package contains various dependencies.

GroupId

GroupId

genjava
ArtifactId

ArtifactId

gj-core
Version

Version

3.0
Type

Type

jar

Download gj-core 3.0


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