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