| GroupId | GroupIdat.co.svc.jareto |
|---|---|
| ArtifactId | ArtifactIdjareto-parent |
| Version | Version1.1.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jareto-parent-1.1.2.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.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/at.co.svc.jareto/jareto-parent/
implementation 'at.co.svc.jareto:jareto-parent:1.1.2'
// https://jarcasting.com/artifacts/at.co.svc.jareto/jareto-parent/
implementation ("at.co.svc.jareto:jareto-parent:1.1.2")
'at.co.svc.jareto:jareto-parent:pom:1.1.2'
<dependency org="at.co.svc.jareto" name="jareto-parent" rev="1.1.2">
<artifact name="jareto-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='at.co.svc.jareto', module='jareto-parent', version='1.1.2')
)
libraryDependencies += "at.co.svc.jareto" % "jareto-parent" % "1.1.2"
[at.co.svc.jareto/jareto-parent "1.1.2"]