type-alias

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.

License

License

GroupId

GroupId

io.github.joht.alias
ArtifactId

ArtifactId

type-alias
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

type-alias
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.
Project URL

Project URL

https://github.com/JohT/alias/tree/master/type-alias

Download type-alias

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
javax.annotation : javax.annotation-api Optional jar 1.3.2
org.junit.jupiter : junit-jupiter Optional jar 5.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-RC11
1.0.0-RC10