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