is not current version
Last Version 1.1.2

io.github.joht.alias:type-alias 1.0.1

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.1
Type

Type

jar

Download type-alias 1.0.1


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