| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.wslf |
| Идентификатор | ИдентификаторUtils |
| Последняя версия | Последняя версия1.1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеUtils
Project consist from few useful classes that simplifying routine tasks (reading/writing files, reading from web, extracting JSON)
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| Utils-1.1.2.pom | |
| Utils-1.1.2.jar | 12 KB |
| Utils-1.1.2-sources.jar | 6 KB |
| Utils-1.1.2-javadoc.jar | 68 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.wslf/Utils/ -->
<dependency>
<groupId>com.github.wslf</groupId>
<artifactId>Utils</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wslf/Utils/
implementation 'com.github.wslf:Utils:1.1.2'
// https://jarcasting.com/artifacts/com.github.wslf/Utils/
implementation ("com.github.wslf:Utils:1.1.2")
'com.github.wslf:Utils:jar:1.1.2'
<dependency org="com.github.wslf" name="Utils" rev="1.1.2">
<artifact name="Utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wslf', module='Utils', version='1.1.2')
)
libraryDependencies += "com.github.wslf" % "Utils" % "1.1.2"
[com.github.wslf/Utils "1.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.json : json | jar | 20160810 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |