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