utils
Common Utilities for all the projects
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.richygreat |
| Идентификатор | Идентификаторcommonutil |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCommon Util
Common Utility class
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| commonutil-1.2.pom | |
| commonutil-1.2.jar | 4 KB |
| commonutil-1.2-sources.jar | 1 KB |
| commonutil-1.2-javadoc.jar | 33 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.richygreat/commonutil/ -->
<dependency>
<groupId>com.github.richygreat</groupId>
<artifactId>commonutil</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.richygreat/commonutil/
implementation 'com.github.richygreat:commonutil:1.2'
// https://jarcasting.com/artifacts/com.github.richygreat/commonutil/
implementation ("com.github.richygreat:commonutil:1.2")
'com.github.richygreat:commonutil:jar:1.2'
<dependency org="com.github.richygreat" name="commonutil" rev="1.2">
<artifact name="commonutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.richygreat', module='commonutil', version='1.2')
)
libraryDependencies += "com.github.richygreat" % "commonutil" % "1.2"
[com.github.richygreat/commonutil "1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jsoup : jsoup | jar | 1.9.2 |
| com.google.code.gson : gson | jar | 2.6.2 |
Common Utilities for all the projects