f

feature-research-shared

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