GroupId | GroupIdio.github.junxworks |
---|---|
ArtifactId | ArtifactIdjunx-ep-sys |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
junx-ep-sys-1.0.1.pom | |
junx-ep-sys-1.0.1.jar | 110 KB |
junx-ep-sys-1.0.1-sources.jar | 98 KB |
junx-ep-sys-1.0.1-javadoc.jar | 517 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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.junxworks/junx-ep-sys/
implementation 'io.github.junxworks:junx-ep-sys:1.0.1'
// https://jarcasting.com/artifacts/io.github.junxworks/junx-ep-sys/
implementation ("io.github.junxworks:junx-ep-sys:1.0.1")
'io.github.junxworks:junx-ep-sys:jar:1.0.1'
<dependency org="io.github.junxworks" name="junx-ep-sys" rev="1.0.1">
<artifact name="junx-ep-sys" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.junxworks', module='junx-ep-sys', version='1.0.1')
)
libraryDependencies += "io.github.junxworks" % "junx-ep-sys" % "1.0.1"
[io.github.junxworks/junx-ep-sys "1.0.1"]