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