| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdbe.yildiz-games |
| ArtifactId | ArtifactIdcommon-client |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-client-1.0.0.pom | |
| common-client-1.0.0.jar | 21 KB |
| common-client-1.0.0-sources.jar | 34 KB |
| common-client-1.0.0-javadoc.jar | 156 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-client/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>common-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-client/
implementation 'be.yildiz-games:common-client:1.0.0'
// https://jarcasting.com/artifacts/be.yildiz-games/common-client/
implementation ("be.yildiz-games:common-client:1.0.0")
'be.yildiz-games:common-client:jar:1.0.0'
<dependency org="be.yildiz-games" name="common-client" rev="1.0.0">
<artifact name="common-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-client', version='1.0.0')
)
libraryDependencies += "be.yildiz-games" % "common-client" % "1.0.0"
[be.yildiz-games/common-client "1.0.0"]