Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.github.wannidev |
ArtifactId | ArtifactIdhello |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
hello-0.0.1.pom | |
hello-0.0.1.jar | 18 MB |
hello-0.0.1-sources.jar | 3 KB |
hello-0.0.1-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wannidev/hello/ -->
<dependency>
<groupId>io.github.wannidev</groupId>
<artifactId>hello</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wannidev/hello/
implementation 'io.github.wannidev:hello:0.0.1'
// https://jarcasting.com/artifacts/io.github.wannidev/hello/
implementation ("io.github.wannidev:hello:0.0.1")
'io.github.wannidev:hello:jar:0.0.1'
<dependency org="io.github.wannidev" name="hello" rev="0.0.1">
<artifact name="hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wannidev', module='hello', version='0.0.1')
)
libraryDependencies += "io.github.wannidev" % "hello" % "0.0.1"
[io.github.wannidev/hello "0.0.1"]