mashroom-db

Basic component (includes configuration, database, network router and cache) java library.

License

License

GroupId

GroupId

cc.mashroom
ArtifactId

ArtifactId

mashroom-db
Last Version

Last Version

v1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

mashroom-db
Basic component (includes configuration, database, network router and cache) java library.

Download mashroom-db

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
cc.mashroom : mashroom-util jar v1.0.1
cc.mashroom : mashroom-config jar v1.0.1

provided (3)

Group / Artifact Type Version
com.mchange : c3p0 jar 0.9.5.3
com.h2database : h2 jar 1.4.198
org.projectlombok : lombok jar 1.18.6

Project Modules

There are no modules declared in this project.

Versions

Version
v1.0.1
v1.0.0