GroupId | GroupIdcom.github.javaclub |
---|---|
ArtifactId | ArtifactIdsword |
Version | Version1.5.7 |
Type | Typejar |
Filename | Size |
---|---|
sword-1.5.7.pom | |
sword-1.5.7.jar | 355 KB |
sword-1.5.7-sources.jar | 218 KB |
sword-1.5.7-javadoc.jar | 995 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javaclub/sword/ -->
<dependency>
<groupId>com.github.javaclub</groupId>
<artifactId>sword</artifactId>
<version>1.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javaclub/sword/
implementation 'com.github.javaclub:sword:1.5.7'
// https://jarcasting.com/artifacts/com.github.javaclub/sword/
implementation ("com.github.javaclub:sword:1.5.7")
'com.github.javaclub:sword:jar:1.5.7'
<dependency org="com.github.javaclub" name="sword" rev="1.5.7">
<artifact name="sword" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javaclub', module='sword', version='1.5.7')
)
libraryDependencies += "com.github.javaclub" % "sword" % "1.5.7"
[com.github.javaclub/sword "1.5.7"]