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