| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.linjpxc |
| Идентификатор | Идентификаторenumex |
| Последняя версия | Последняя версия0.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеenumex
enumex 是对 java 枚举类型的简单扩展,通过实现 EnumValue 接口,不再局限于字符串类型
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun » tools | jar | 1.8 |