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