GroupId | GroupIdbe.yildiz-games |
---|---|
ArtifactId | ArtifactIdparent-application |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
parent-application-1.0.9.pom | 4 KB |
parent-application-1.0.9-assembly.jar | 340 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/parent-application/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>parent-application</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/parent-application/
implementation 'be.yildiz-games:parent-application:1.0.9'
// https://jarcasting.com/artifacts/be.yildiz-games/parent-application/
implementation ("be.yildiz-games:parent-application:1.0.9")
'be.yildiz-games:parent-application:jar:1.0.9'
<dependency org="be.yildiz-games" name="parent-application" rev="1.0.9">
<artifact name="parent-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='parent-application', version='1.0.9')
)
libraryDependencies += "be.yildiz-games" % "parent-application" % "1.0.9"
[be.yildiz-games/parent-application "1.0.9"]