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.0.2.pom download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>parent</artifactId>
  <version>2.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:parent:2.0.2'
Gradle Kotlin
implementation("be.yildiz-games:parent:2.0.2")
Scala SBT
libraryDependencies += "be.yildiz-games" % "parent" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='parent', version='2.0.2')
)
Apache Ivy
<dependency org="be.yildiz-games" name="parent" rev="2.0.2" />
Leiningen
[be.yildiz-games/parent "2.0.2"]
Apache Buildr
'be.yildiz-games:parent:jar:2.0.2'
Dependencies
The project has no third-party dependencies