mashroom-parent

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

License

License

GroupId

GroupId

cc.mashroom
ArtifactId

ArtifactId

mashroom-parent
Last Version

Last Version

v1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

mashroom-parent
Basic component (includes configuration, database, network router and cache) java library.
Source Code Management

Source Code Management

https://github.com/snowaver/mashroom-parent

Download mashroom-parent

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.6

Project Modules

  • mashroom-config
  • mashroom-plugin
  • mashroom-router
  • mashroom-util
  • mashroom-db
  • mashroom-xcache

Versions

Version
v1.0.1
v1.0.0