GroupId | GroupIdio.github.junxworks |
---|---|
ArtifactId | ArtifactIdjunx |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
junx-1.0.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.junxworks/junx/ -->
<dependency>
<groupId>io.github.junxworks</groupId>
<artifactId>junx</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.junxworks/junx/
implementation 'io.github.junxworks:junx:1.0.0'
// https://jarcasting.com/artifacts/io.github.junxworks/junx/
implementation ("io.github.junxworks:junx:1.0.0")
'io.github.junxworks:junx:pom:1.0.0'
<dependency org="io.github.junxworks" name="junx" rev="1.0.0">
<artifact name="junx" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.junxworks', module='junx', version='1.0.0')
)
libraryDependencies += "io.github.junxworks" % "junx" % "1.0.0"
[io.github.junxworks/junx "1.0.0"]