License |
License |
---|---|
GroupId | GroupIdio.github.joht.alias |
ArtifactId | ArtifactIdtype-alias |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontype-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 |
Filename | Size |
---|---|
type-alias-1.1.2.pom | |
type-alias-1.1.2.jar | 35 KB |
type-alias-1.1.2-sources.jar | 23 KB |
type-alias-1.1.2-javadoc.jar | 88 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api Optional | jar | 1.3.2 |
org.junit.jupiter : junit-jupiter Optional | jar | 5.8.1 |