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