| License |
License |
|---|---|
| GroupId | GroupIdcom.github.corydoras |
| ArtifactId | ArtifactIdbase |
| Last Version | Last Version1.5.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbase
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 |
| Filename | Size |
|---|---|
| base-1.5.4.pom | |
| base-1.5.4.jar | 1 MB |
| base-1.5.4-sources.jar | 698 KB |
| base-1.5.4-javadoc.jar | 1 MB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.datastax.cassandra : cassandra-driver-core | jar | 2.0.2 |
| mysql : mysql-connector-java | jar | 5.1.26 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |