GroupId | GroupIdio.github.mountainest |
---|---|
ArtifactId | ArtifactIdcommons |
Last Version | Last Version0.0.2-SHAPSHOT |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
commons-0.0.2-SHAPSHOT.pom | 654 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mountainest/commons/ -->
<dependency>
<groupId>io.github.mountainest</groupId>
<artifactId>commons</artifactId>
<version>0.0.2-SHAPSHOT</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mountainest/commons/
implementation 'io.github.mountainest:commons:0.0.2-SHAPSHOT'
// https://jarcasting.com/artifacts/io.github.mountainest/commons/
implementation ("io.github.mountainest:commons:0.0.2-SHAPSHOT")
'io.github.mountainest:commons:pom:0.0.2-SHAPSHOT'
<dependency org="io.github.mountainest" name="commons" rev="0.0.2-SHAPSHOT">
<artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mountainest', module='commons', version='0.0.2-SHAPSHOT')
)
libraryDependencies += "io.github.mountainest" % "commons" % "0.0.2-SHAPSHOT"
[io.github.mountainest/commons "0.0.2-SHAPSHOT"]