is not current version
Last Version 1.0.1

org.hyrts:hyrts-core 1.0.0


GroupId

GroupId

org.hyrts
ArtifactId

ArtifactId

hyrts-core
Version

Version

1.0.0
Type

Type

jar

Download hyrts-core 1.0.0


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