is not current version
Last Version 1.1.2

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

Contains examples on how to use and configure type alias file generation

GroupId

GroupId

io.github.joht.alias
ArtifactId

ArtifactId

type-alias-example
Version

Version

1.0.1
Type

Type

jar

Download type-alias-example 1.0.1


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