| GroupId | GroupIdat.co.svc.jareto |
|---|---|
| ArtifactId | ArtifactIdjareto-parent |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jareto-parent-1.0.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.co.svc.jareto/jareto-parent/ -->
<dependency>
<groupId>at.co.svc.jareto</groupId>
<artifactId>jareto-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/at.co.svc.jareto/jareto-parent/
implementation 'at.co.svc.jareto:jareto-parent:1.0.0'
// https://jarcasting.com/artifacts/at.co.svc.jareto/jareto-parent/
implementation ("at.co.svc.jareto:jareto-parent:1.0.0")
'at.co.svc.jareto:jareto-parent:pom:1.0.0'
<dependency org="at.co.svc.jareto" name="jareto-parent" rev="1.0.0">
<artifact name="jareto-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='at.co.svc.jareto', module='jareto-parent', version='1.0.0')
)
libraryDependencies += "at.co.svc.jareto" % "jareto-parent" % "1.0.0"
[at.co.svc.jareto/jareto-parent "1.0.0"]