| GroupId | GroupIdio.github.wuare |
|---|---|
| ArtifactId | ArtifactIddemo-compile |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| demo-compile-0.0.3.pom | |
| demo-compile-0.0.3.jar | 50 KB |
| demo-compile-0.0.3-sources.jar | 25 KB |
| demo-compile-0.0.3-javadoc.jar | 702 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.wuare/demo-compile/ -->
<dependency>
<groupId>io.github.wuare</groupId>
<artifactId>demo-compile</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wuare/demo-compile/
implementation 'io.github.wuare:demo-compile:0.0.3'
// https://jarcasting.com/artifacts/io.github.wuare/demo-compile/
implementation ("io.github.wuare:demo-compile:0.0.3")
'io.github.wuare:demo-compile:jar:0.0.3'
<dependency org="io.github.wuare" name="demo-compile" rev="0.0.3">
<artifact name="demo-compile" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wuare', module='demo-compile', version='0.0.3')
)
libraryDependencies += "io.github.wuare" % "demo-compile" % "0.0.3"
[io.github.wuare/demo-compile "0.0.3"]