agile4j-utils
agile4j-utils是基础工具包,提供了一些Kotlin项目常用的工具类。
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.agile4j |
| Идентификатор | Идентификаторagile4j-utils |
| Последняя версия | Последняя версия1.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеagile4j-utils
工具包
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| agile4j-utils-1.0.5.pom | |
| agile4j-utils-1.0.5.jar | 201 KB |
| agile4j-utils-1.0.5-sources.jar | 1 KB |
| agile4j-utils-1.0.5-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.agile4j/agile4j-utils/ -->
<dependency>
<groupId>com.agile4j</groupId>
<artifactId>agile4j-utils</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.agile4j/agile4j-utils/
implementation 'com.agile4j:agile4j-utils:1.0.5'
// https://jarcasting.com/artifacts/com.agile4j/agile4j-utils/
implementation ("com.agile4j:agile4j-utils:1.0.5")
'com.agile4j:agile4j-utils:jar:1.0.5'
<dependency org="com.agile4j" name="agile4j-utils" rev="1.0.5">
<artifact name="agile4j-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.agile4j', module='agile4j-utils', version='1.0.5')
)
libraryDependencies += "com.agile4j" % "agile4j-utils" % "1.0.5"
[com.agile4j/agile4j-utils "1.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.31 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.31 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.2 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| commons-beanutils : commons-beanutils | jar | 1.9.3 |
| commons-collections : commons-collections | jar | 3.2.1 |
| dom4j : dom4j | jar | 1.6.1 |
| org.yaml : snakeyaml | jar | 1.17 |
| org.aspectj : aspectjweaver | jar | 1.8.4 |
| cglib : cglib | jar | 2.2.2 |
agile4j-utils是基础工具包,提供了一些Kotlin项目常用的工具类。