| GroupId | GroupIdio.github.huisunan |
|---|---|
| ArtifactId | ArtifactIdepic4j |
| Version | Version1.4.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| epic4j-1.4.4.pom | |
| epic4j-1.4.4.jar | 13 MB |
| epic4j-1.4.4-sources.jar | 25 KB |
| epic4j-1.4.4-javadoc.jar | 229 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.huisunan/epic4j/ -->
<dependency>
<groupId>io.github.huisunan</groupId>
<artifactId>epic4j</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.huisunan/epic4j/
implementation 'io.github.huisunan:epic4j:1.4.4'
// https://jarcasting.com/artifacts/io.github.huisunan/epic4j/
implementation ("io.github.huisunan:epic4j:1.4.4")
'io.github.huisunan:epic4j:jar:1.4.4'
<dependency org="io.github.huisunan" name="epic4j" rev="1.4.4">
<artifact name="epic4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.huisunan', module='epic4j', version='1.4.4')
)
libraryDependencies += "io.github.huisunan" % "epic4j" % "1.4.4"
[io.github.huisunan/epic4j "1.4.4"]