f

feature-entity-shared

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