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