f

feature-city-shared

Contains the shared code to use cities.
https://bitbucket.org/yildiz-engine-team/feature-city-shared
Files download
File Operation
feature-city-shared-1.0.2.jar download
feature-city-shared-1.0.2.pom download
feature-city-shared-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>feature-city-shared</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:feature-city-shared:1.0.2'
Gradle Kotlin
implementation("be.yildiz-games:feature-city-shared:1.0.2")
Scala SBT
libraryDependencies += "be.yildiz-games" % "feature-city-shared" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='feature-city-shared', version='1.0.2')
)
Apache Ivy
<dependency org="be.yildiz-games" name="feature-city-shared" rev="1.0.2" />
Leiningen
[be.yildiz-games/feature-city-shared "1.0.2"]
Apache Buildr
'be.yildiz-games:feature-city-shared:jar:1.0.2'