is not current version
Last Version 0.0.2-SHAPSHOT

io.github.mountainest:framework 0.0.1-RELEASE

通用基础框架

GroupId

GroupId

io.github.mountainest
ArtifactId

ArtifactId

framework
Version

Version

0.0.1-RELEASE
Type

Type

pom

Download framework 0.0.1-RELEASE


<!-- 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"]