GroupId | GroupIdcc.mashroom |
---|---|
ArtifactId | ArtifactIdmashroom-db |
Version | Versionv1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mashroom-db-v1.0.0.pom | |
mashroom-db-v1.0.0.jar | 26 KB |
mashroom-db-v1.0.0-sources.jar | 19 KB |
mashroom-db-v1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.mashroom/mashroom-db/
implementation 'cc.mashroom:mashroom-db:v1.0.0'
// https://jarcasting.com/artifacts/cc.mashroom/mashroom-db/
implementation ("cc.mashroom:mashroom-db:v1.0.0")
'cc.mashroom:mashroom-db:jar:v1.0.0'
<dependency org="cc.mashroom" name="mashroom-db" rev="v1.0.0">
<artifact name="mashroom-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.mashroom', module='mashroom-db', version='v1.0.0')
)
libraryDependencies += "cc.mashroom" % "mashroom-db" % "v1.0.0"
[cc.mashroom/mashroom-db "v1.0.0"]