License |
License |
---|---|
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdparent-application |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionYildiz-Engine Parent Application
Project to hold the parent pom for all application projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-application-2.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/parent-application/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>parent-application</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/parent-application/
implementation 'be.yildiz-games:parent-application:2.0.1'
// https://jarcasting.com/artifacts/be.yildiz-games/parent-application/
implementation ("be.yildiz-games:parent-application:2.0.1")
'be.yildiz-games:parent-application:pom:2.0.1'
<dependency org="be.yildiz-games" name="parent-application" rev="2.0.1">
<artifact name="parent-application" type="pom" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='parent-application', version='2.0.1')
)
libraryDependencies += "be.yildiz-games" % "parent-application" % "2.0.1"
[be.yildiz-games/parent-application "2.0.1"]