| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.aileben |
| Идентификатор | Идентификаторcommon-utils |
| Версия | Версия2.0.10.RELEASE |
| Тип | Типjar |
| Описание |
Описаниеcommon-utils
Simple library for the tutorial about Maven usage with further publishing to Maven Central with OSSRH
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| common-utils-2.0.10.RELEASE.pom | |
| common-utils-2.0.10.RELEASE.jar | 3 KB |
| common-utils-2.0.10.RELEASE-sources.jar | 3 KB |
| common-utils-2.0.10.RELEASE-javadoc.jar | 389 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.aileben/common-utils/ -->
<dependency>
<groupId>io.github.aileben</groupId>
<artifactId>common-utils</artifactId>
<version>2.0.10.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.aileben/common-utils/
implementation 'io.github.aileben:common-utils:2.0.10.RELEASE'
// https://jarcasting.com/artifacts/io.github.aileben/common-utils/
implementation ("io.github.aileben:common-utils:2.0.10.RELEASE")
'io.github.aileben:common-utils:jar:2.0.10.RELEASE'
<dependency org="io.github.aileben" name="common-utils" rev="2.0.10.RELEASE">
<artifact name="common-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.aileben', module='common-utils', version='2.0.10.RELEASE')
)
libraryDependencies += "io.github.aileben" % "common-utils" % "2.0.10.RELEASE"
[io.github.aileben/common-utils "2.0.10.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |