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