is not current version
Last Version 0.1.7

io.github.wuare:demo-compile 0.1.6

demo compile

GroupId

GroupId

io.github.wuare
ArtifactId

ArtifactId

demo-compile
Version

Version

0.1.6
Type

Type

jar

Download demo-compile 0.1.6


<!-- https://jarcasting.com/artifacts/io.github.wuare/demo-compile/ -->
<dependency>
    <groupId>io.github.wuare</groupId>
    <artifactId>demo-compile</artifactId>
    <version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wuare/demo-compile/
implementation 'io.github.wuare:demo-compile:0.1.6'
// https://jarcasting.com/artifacts/io.github.wuare/demo-compile/
implementation ("io.github.wuare:demo-compile:0.1.6")
'io.github.wuare:demo-compile:jar:0.1.6'
<dependency org="io.github.wuare" name="demo-compile" rev="0.1.6">
  <artifact name="demo-compile" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wuare', module='demo-compile', version='0.1.6')
)
libraryDependencies += "io.github.wuare" % "demo-compile" % "0.1.6"
[io.github.wuare/demo-compile "0.1.6"]