is not current version
Last Version 1.0.7

com.github.developeraravinth:HyRoid-BDD 1.0.4

This is a sample to setup publish to Maven Central

GroupId

GroupId

com.github.developeraravinth
ArtifactId

ArtifactId

HyRoid-BDD
Version

Version

1.0.4
Type

Type

jar

Download HyRoid-BDD 1.0.4


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