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