is not current version
Last Version 1.1.2

io.github.joht.alias:type-alias 1.0.0-RC10

Provides the annotation @TypeAlias to give types a distinct name besides their class name. Provides customizable file generation to write the alias names into a ResourceBundle or property file.

GroupId

GroupId

io.github.joht.alias
ArtifactId

ArtifactId

type-alias
Version

Version

1.0.0-RC10
Type

Type

jar

Download type-alias 1.0.0-RC10


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