Last Version

base 1.5.4

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.

License

License

GroupId

GroupId

com.github.corydoras
ArtifactId

ArtifactId

base
Version

Version

1.5.4
Type

Type

jar
Description

Description

base
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.
Project URL

Project URL

http://maven.apache.org

Download base 1.5.4


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

Dependencies

compile (4)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
org.xerial : sqlite-jdbc jar 3.7.2
org.antlr : ST4 jar 4.0.7
com.puppycrawl.tools : checkstyle jar 5.6

provided (2)

Group / Artifact Type Version
com.datastax.cassandra : cassandra-driver-core jar 2.0.2
mysql : mysql-connector-java jar 5.1.26

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.