is not current version
Last Version 1.1.0

io.github.RafaelShift:helloMaven 1.0.0

This is a sample library for a Job of Shift-f6 about publishing to Maven Central

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.RafaelShift
ArtifactId

ArtifactId

helloMaven
Version

Version

1.0.0
Type

Type

jar

Download helloMaven 1.0.0


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