GroupId | GroupIdio.github.junxworks |
---|---|
ArtifactId | ArtifactIdjunx-ep-sys |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
junx-ep-sys-1.1.0.pom | |
junx-ep-sys-1.1.0.jar | 207 KB |
junx-ep-sys-1.1.0-sources.jar | 101 KB |
junx-ep-sys-1.1.0-javadoc.jar | 561 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.junxworks/junx-ep-sys/ -->
<dependency>
<groupId>io.github.junxworks</groupId>
<artifactId>junx-ep-sys</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.junxworks/junx-ep-sys/
implementation 'io.github.junxworks:junx-ep-sys:1.1.0'
// https://jarcasting.com/artifacts/io.github.junxworks/junx-ep-sys/
implementation ("io.github.junxworks:junx-ep-sys:1.1.0")
'io.github.junxworks:junx-ep-sys:jar:1.1.0'
<dependency org="io.github.junxworks" name="junx-ep-sys" rev="1.1.0">
<artifact name="junx-ep-sys" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.junxworks', module='junx-ep-sys', version='1.1.0')
)
libraryDependencies += "io.github.junxworks" % "junx-ep-sys" % "1.1.0"
[io.github.junxworks/junx-ep-sys "1.1.0"]