is not current version
Last Version 1.7.6_21

com.github.javaclub:sword 1.4.6

Javaclub sword

GroupId

GroupId

com.github.javaclub
ArtifactId

ArtifactId

sword
Version

Version

1.4.6
Type

Type

jar

Download sword 1.4.6


<!-- https://jarcasting.com/artifacts/com.github.javaclub/sword/ -->
<dependency>
    <groupId>com.github.javaclub</groupId>
    <artifactId>sword</artifactId>
    <version>1.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javaclub/sword/
implementation 'com.github.javaclub:sword:1.4.6'
// https://jarcasting.com/artifacts/com.github.javaclub/sword/
implementation ("com.github.javaclub:sword:1.4.6")
'com.github.javaclub:sword:jar:1.4.6'
<dependency org="com.github.javaclub" name="sword" rev="1.4.6">
  <artifact name="sword" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javaclub', module='sword', version='1.4.6')
)
libraryDependencies += "com.github.javaclub" % "sword" % "1.4.6"
[com.github.javaclub/sword "1.4.6"]