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