is not current version
Last Version 1.0.3

com.github.developeraravinth:HyRoidSample 1.0.1

This is a sample to setup publish to Maven Central

GroupId

GroupId

com.github.developeraravinth
ArtifactId

ArtifactId

HyRoidSample
Version

Version

1.0.1
Type

Type

jar

Download HyRoidSample 1.0.1


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