GroupId | GroupIdorg.alcibiade |
---|---|
ArtifactId | ArtifactIdchess |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
chess-1.5.0.pom | |
chess-1.5.0.jar | 67 KB |
chess-1.5.0-sources.jar | 35 KB |
chess-1.5.0-javadoc.jar | 264 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.alcibiade/chess/ -->
<dependency>
<groupId>org.alcibiade</groupId>
<artifactId>chess</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.alcibiade/chess/
implementation 'org.alcibiade:chess:1.5.0'
// https://jarcasting.com/artifacts/org.alcibiade/chess/
implementation ("org.alcibiade:chess:1.5.0")
'org.alcibiade:chess:jar:1.5.0'
<dependency org="org.alcibiade" name="chess" rev="1.5.0">
<artifact name="chess" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alcibiade', module='chess', version='1.5.0')
)
libraryDependencies += "org.alcibiade" % "chess" % "1.5.0"
[org.alcibiade/chess "1.5.0"]