c

common-shared

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