| License |
License |
|---|---|
| GroupId | GroupIdcn.linjpxc |
| ArtifactId | ArtifactIdenumex |
| Last Version | Last Version0.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionenumex
enumex 是对 java 枚举类型的简单扩展,通过实现 EnumValue 接口,不再局限于字符串类型
|
| Filename | Size |
|---|---|
| enumex-0.2.1.pom | |
| enumex-0.2.1.jar | 14 KB |
| enumex-0.2.1-tests.jar | 2 KB |
| enumex-0.2.1-sources.jar | 7 KB |
| enumex-0.2.1-javadoc.jar | 30 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun » tools | jar | 1.8 |