GroupId | GroupIdcc.mashroom |
---|---|
ArtifactId | ArtifactIdmashroom-parent |
Version | Versionv1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
mashroom-parent-v1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.mashroom/mashroom-parent/ -->
<dependency>
<groupId>cc.mashroom</groupId>
<artifactId>mashroom-parent</artifactId>
<version>v1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cc.mashroom/mashroom-parent/
implementation 'cc.mashroom:mashroom-parent:v1.0.0'
// https://jarcasting.com/artifacts/cc.mashroom/mashroom-parent/
implementation ("cc.mashroom:mashroom-parent:v1.0.0")
'cc.mashroom:mashroom-parent:pom:v1.0.0'
<dependency org="cc.mashroom" name="mashroom-parent" rev="v1.0.0">
<artifact name="mashroom-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cc.mashroom', module='mashroom-parent', version='v1.0.0')
)
libraryDependencies += "cc.mashroom" % "mashroom-parent" % "v1.0.0"
[cc.mashroom/mashroom-parent "v1.0.0"]