p

parent

Project to hold the parent pom for all children projects.
https://bitbucket.org/yildiz-engine-team/parent
MIT License
Grégory Van den Borre
Files download
File Operation
parent-2.1.0.pom download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>parent</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:parent:2.1.0'
Gradle Kotlin
implementation("be.yildiz-games:parent:2.1.0")
Scala SBT
libraryDependencies += "be.yildiz-games" % "parent" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='parent', version='2.1.0')
)
Apache Ivy
<dependency org="be.yildiz-games" name="parent" rev="2.1.0" />
Leiningen
[be.yildiz-games/parent "2.1.0"]
Apache Buildr
'be.yildiz-games:parent:jar:2.1.0'
Dependencies
The project has no third-party dependencies