| Группа | Группаcom.github.javaclub |
|---|---|
| Идентификатор | Идентификаторsword |
| Версия | Версия1.3.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sword-1.3.5.pom | |
| sword-1.3.5.jar | 332 KB |
| sword-1.3.5-sources.jar | 206 KB |
| sword-1.3.5-javadoc.jar | 930 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.javaclub/sword/ -->
<dependency>
<groupId>com.github.javaclub</groupId>
<artifactId>sword</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javaclub/sword/
implementation 'com.github.javaclub:sword:1.3.5'
// https://jarcasting.com/artifacts/com.github.javaclub/sword/
implementation ("com.github.javaclub:sword:1.3.5")
'com.github.javaclub:sword:jar:1.3.5'
<dependency org="com.github.javaclub" name="sword" rev="1.3.5">
<artifact name="sword" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javaclub', module='sword', version='1.3.5')
)
libraryDependencies += "com.github.javaclub" % "sword" % "1.3.5"
[com.github.javaclub/sword "1.3.5"]