is not current version
Last Version 1.0.115

com.github.shynixn.samplehelloworld:sample-hello-world 1.0.109

This is an example project for the github action repository-m2-deploy-action.

GroupId

GroupId

com.github.shynixn.samplehelloworld
ArtifactId

ArtifactId

sample-hello-world
Version

Version

1.0.109
Type

Type

jar

Download sample-hello-world 1.0.109


<!-- https://jarcasting.com/artifacts/com.github.shynixn.samplehelloworld/sample-hello-world/ -->
<dependency>
    <groupId>com.github.shynixn.samplehelloworld</groupId>
    <artifactId>sample-hello-world</artifactId>
    <version>1.0.109</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.samplehelloworld/sample-hello-world/
implementation 'com.github.shynixn.samplehelloworld:sample-hello-world:1.0.109'
// https://jarcasting.com/artifacts/com.github.shynixn.samplehelloworld/sample-hello-world/
implementation ("com.github.shynixn.samplehelloworld:sample-hello-world:1.0.109")
'com.github.shynixn.samplehelloworld:sample-hello-world:jar:1.0.109'
<dependency org="com.github.shynixn.samplehelloworld" name="sample-hello-world" rev="1.0.109">
  <artifact name="sample-hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.samplehelloworld', module='sample-hello-world', version='1.0.109')
)
libraryDependencies += "com.github.shynixn.samplehelloworld" % "sample-hello-world" % "1.0.109"
[com.github.shynixn.samplehelloworld/sample-hello-world "1.0.109"]