enumex

enumex 是对 java 枚举类型的简单扩展,通过实现 EnumValue 接口,不再局限于字符串类型

License

License

GroupId

GroupId

cn.linjpxc
ArtifactId

ArtifactId

enumex
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

enumex
enumex 是对 java 枚举类型的简单扩展,通过实现 EnumValue 接口,不再局限于字符串类型

Download enumex

How to add to project

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

Dependencies

system (1)

Group / Artifact Type Version
com.sun » tools jar 1.8

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.1
0.2.0
0.1.0