is not current version
Last Version 1.5.4

com.github.corydoras:base 1.5

A collection of basic java utility classes that provide basic features for a standalone/simple JEE application. Backed by a Cassandra, MySQL, or SQLite database, it provides, web page templates, user and group management, and a searchable online audit log of all user activity.

GroupId

GroupId

com.github.corydoras
ArtifactId

ArtifactId

base
Version

Version

1.5
Type

Type

jar

Download base 1.5


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