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
文件下载
文件名 操作
parent-1.0.8.pom 下载
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>parent</artifactId>
  <version>1.0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:parent:1.0.8'
Gradle Kotlin
implementation("be.yildiz-games:parent:1.0.8")
Scala SBT
libraryDependencies += "be.yildiz-games" % "parent" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='parent', version='1.0.8')
)
Apache Ivy
<dependency org="be.yildiz-games" name="parent" rev="1.0.8" />
Leiningen
[be.yildiz-games/parent "1.0.8"]
Apache Buildr
'be.yildiz-games:parent:jar:1.0.8'
本项目依赖
该项目无第三方依赖