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