| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdbe.yildiz-games |
| ArtifactId | ArtifactIdparent-application-client |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionYildiz Parent Application Client
Project to hold the parent pom for all client application projects.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-application-client-1.0.0.pom | 3 KB |
| parent-application-client-1.0.0-assembly.jar | 353 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/parent-application-client/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>parent-application-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/parent-application-client/
implementation 'be.yildiz-games:parent-application-client:1.0.0'
// https://jarcasting.com/artifacts/be.yildiz-games/parent-application-client/
implementation ("be.yildiz-games:parent-application-client:1.0.0")
'be.yildiz-games:parent-application-client:jar:1.0.0'
<dependency org="be.yildiz-games" name="parent-application-client" rev="1.0.0">
<artifact name="parent-application-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='parent-application-client', version='1.0.0')
)
libraryDependencies += "be.yildiz-games" % "parent-application-client" % "1.0.0"
[be.yildiz-games/parent-application-client "1.0.0"]