| Группа | Группаorg.tinygroup |
|---|---|
| Идентификатор | Идентификаторorg.tinygroup.fileresolver |
| Версия | Версия2.0.16 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.fileresolver/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.fileresolver</artifactId>
<version>2.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.fileresolver/
implementation 'org.tinygroup:org.tinygroup.fileresolver:2.0.16'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.fileresolver/
implementation ("org.tinygroup:org.tinygroup.fileresolver:2.0.16")
'org.tinygroup:org.tinygroup.fileresolver:jar:2.0.16'
<dependency org="org.tinygroup" name="org.tinygroup.fileresolver" rev="2.0.16">
<artifact name="org.tinygroup.fileresolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.fileresolver', version='2.0.16')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.fileresolver" % "2.0.16"
[org.tinygroup/org.tinygroup.fileresolver "2.0.16"]