is not current version
Last Version 1.3.0

xyz.ronella.gosu:gregistry 1.2.0

A simple gosu implementation of code registry where you can retrieve a group of classes marked by custom annotation.

GroupId

GroupId

xyz.ronella.gosu
ArtifactId

ArtifactId

gregistry
Version

Version

1.2.0
Type

Type

jar

Download gregistry 1.2.0


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