Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdch.astorm |
ArtifactId | ArtifactIdjchess |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jchess-1.0.0.pom | |
jchess-1.0.0.jar | 46 KB |
jchess-1.0.0-sources.jar | 25 KB |
jchess-1.0.0-javadoc.jar | 557 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.astorm/jchess/ -->
<dependency>
<groupId>ch.astorm</groupId>
<artifactId>jchess</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.astorm/jchess/
implementation 'ch.astorm:jchess:1.0.0'
// https://jarcasting.com/artifacts/ch.astorm/jchess/
implementation ("ch.astorm:jchess:1.0.0")
'ch.astorm:jchess:jar:1.0.0'
<dependency org="ch.astorm" name="jchess" rev="1.0.0">
<artifact name="jchess" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.astorm', module='jchess', version='1.0.0')
)
libraryDependencies += "ch.astorm" % "jchess" % "1.0.0"
[ch.astorm/jchess "1.0.0"]