License |
License |
---|---|
GroupId | GroupIdcc.mashroom |
ArtifactId | ArtifactIdmashroom-db |
Last Version | Last Versionv1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmashroom-db
Basic component (includes configuration, database, network router and cache) java library.
|
Filename | Size |
---|---|
mashroom-db-v1.0.1.pom | |
mashroom-db-v1.0.1.jar | 26 KB |
mashroom-db-v1.0.1-sources.jar | 19 KB |
mashroom-db-v1.0.1-javadoc.jar | 143 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
cc.mashroom : mashroom-util | jar | v1.0.1 |
cc.mashroom : mashroom-config | jar | v1.0.1 |
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 |