p

parent

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