GroupId | GroupIdio.github.sirlennox |
---|---|
ArtifactId | ArtifactIdReplCraft |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
ReplCraft-1.3.4.pom | |
ReplCraft-1.3.4.jar | 45 KB |
ReplCraft-1.3.4-sources.jar | 23 KB |
ReplCraft-1.3.4-javadoc.jar | 636 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sirlennox/ReplCraft/ -->
<dependency>
<groupId>io.github.sirlennox</groupId>
<artifactId>ReplCraft</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sirlennox/ReplCraft/
implementation 'io.github.sirlennox:ReplCraft:1.3.4'
// https://jarcasting.com/artifacts/io.github.sirlennox/ReplCraft/
implementation ("io.github.sirlennox:ReplCraft:1.3.4")
'io.github.sirlennox:ReplCraft:jar:1.3.4'
<dependency org="io.github.sirlennox" name="ReplCraft" rev="1.3.4">
<artifact name="ReplCraft" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sirlennox', module='ReplCraft', version='1.3.4')
)
libraryDependencies += "io.github.sirlennox" % "ReplCraft" % "1.3.4"
[io.github.sirlennox/ReplCraft "1.3.4"]