c

common-frame

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