| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.acpreda |
| Идентификатор | Идентификаторsprint10-commons |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.acpreda:sprint10-commons
Provides utility classes that only depends on JDK and Apache Commons
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| sprint10-commons-1.0.1.pom | |
| sprint10-commons-1.0.1.jar | 4 KB |
| sprint10-commons-1.0.1-sources.jar | 3 KB |
| sprint10-commons-1.0.1-javadoc.jar | 391 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.acpreda/sprint10-commons/ -->
<dependency>
<groupId>com.acpreda</groupId>
<artifactId>sprint10-commons</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.acpreda/sprint10-commons/
implementation 'com.acpreda:sprint10-commons:1.0.1'
// https://jarcasting.com/artifacts/com.acpreda/sprint10-commons/
implementation ("com.acpreda:sprint10-commons:1.0.1")
'com.acpreda:sprint10-commons:jar:1.0.1'
<dependency org="com.acpreda" name="sprint10-commons" rev="1.0.1">
<artifact name="sprint10-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acpreda', module='sprint10-commons', version='1.0.1')
)
libraryDependencies += "com.acpreda" % "sprint10-commons" % "1.0.1"
[com.acpreda/sprint10-commons "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |