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