MVN

com.github.corydoras : base

Maven & Gradle

Jul 29, 2014
1 usages

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.

<dependency>
    <groupId>com.github.corydoras</groupId>
    <artifactId>base</artifactId>
    <version>1.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.corydoras : base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.4
  • Latest Beta: 1.5.beta4

All Versions

Choose a version of com.github.corydoras : base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
base-1.5.4
base-1.5.3
base-1.5.2
base-1.5.1
base-1.5.beta4
base-1.5.beta3
base-1.5.beta2
base-1.5.beta1
1.5
base-1.5
1.4.x
base-1.4.1
1.4
base-1.4
1.3.x
base-1.3.2
base-1.3.1
1.3
base-1.3
1.2
base-1.2
1.1.x
base-1.1.1
1.1
base-1.1
1.0.x
base-1.0.7
base-1.0.6
base-1.0.5

How to add a dependency to Maven

Add the following com.github.corydoras : base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.corydoras</groupId>
    <artifactId>base</artifactId>
    <version>1.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.corydoras : base gradle dependency to your build.gradle file:

implementation 'com.github.corydoras:base:1.5.4'

Gradle Kotlin DSL: Add the following com.github.corydoras : base gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.corydoras:base:1.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.corydoras : base sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.corydoras" % "base" % "1.5.4"

Advertisement