| GroupId | GroupIdcom.nwagu.chess |
|---|---|
| ArtifactId | ArtifactIdchess-android |
| Version | Version0.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| chess-android-0.0.1.pom | |
| chess-android-0.0.1-sources.jar | 20 KB |
| chess-android-0.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nwagu.chess/chess-android/ -->
<dependency>
<groupId>com.nwagu.chess</groupId>
<artifactId>chess-android</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nwagu.chess/chess-android/
implementation 'com.nwagu.chess:chess-android:0.0.1'
// https://jarcasting.com/artifacts/com.nwagu.chess/chess-android/
implementation ("com.nwagu.chess:chess-android:0.0.1")
'com.nwagu.chess:chess-android:aar:0.0.1'
<dependency org="com.nwagu.chess" name="chess-android" rev="0.0.1">
<artifact name="chess-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nwagu.chess', module='chess-android', version='0.0.1')
)
libraryDependencies += "com.nwagu.chess" % "chess-android" % "0.0.1"
[com.nwagu.chess/chess-android "0.0.1"]