| Группа | Группаorg.unlaxer |
|---|---|
| Идентификатор | Идентификаторunlaxer-common |
| Версия | Версия1.1.19 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| unlaxer-common-1.1.19.pom | |
| unlaxer-common-1.1.19.jar | 263 KB |
| unlaxer-common-1.1.19-sources.jar | 131 KB |
| unlaxer-common-1.1.19-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.unlaxer/unlaxer-common/ -->
<dependency>
<groupId>org.unlaxer</groupId>
<artifactId>unlaxer-common</artifactId>
<version>1.1.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-common/
implementation 'org.unlaxer:unlaxer-common:1.1.19'
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-common/
implementation ("org.unlaxer:unlaxer-common:1.1.19")
'org.unlaxer:unlaxer-common:jar:1.1.19'
<dependency org="org.unlaxer" name="unlaxer-common" rev="1.1.19">
<artifact name="unlaxer-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unlaxer', module='unlaxer-common', version='1.1.19')
)
libraryDependencies += "org.unlaxer" % "unlaxer-common" % "1.1.19"
[org.unlaxer/unlaxer-common "1.1.19"]