c

common-client

Common library for the yildiz client projects, contains utilities, helper classes and more.
https://bitbucket.org/yildiz-engine-team/common-client
Files download
File Operation
common-client-2.0.1.jar download
common-client-2.0.1.pom download
common-client-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>common-client</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:common-client:2.0.1'
Gradle Kotlin
implementation("be.yildiz-games:common-client:2.0.1")
Scala SBT
libraryDependencies += "be.yildiz-games" % "common-client" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='common-client', version='2.0.1')
)
Apache Ivy
<dependency org="be.yildiz-games" name="common-client" rev="2.0.1" />
Leiningen
[be.yildiz-games/common-client "2.0.1"]
Apache Buildr
'be.yildiz-games:common-client:jar:2.0.1'