| GroupId | GroupIdorg.oiue.services.odps.events |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-1.0.0.pom | 903 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.oiue.services.odps.events/parent/ -->
<dependency>
<groupId>org.oiue.services.odps.events</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.oiue.services.odps.events/parent/
implementation 'org.oiue.services.odps.events:parent:1.0.0'
// https://jarcasting.com/artifacts/org.oiue.services.odps.events/parent/
implementation ("org.oiue.services.odps.events:parent:1.0.0")
'org.oiue.services.odps.events:parent:pom:1.0.0'
<dependency org="org.oiue.services.odps.events" name="parent" rev="1.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.oiue.services.odps.events', module='parent', version='1.0.0')
)
libraryDependencies += "org.oiue.services.odps.events" % "parent" % "1.0.0"
[org.oiue.services.odps.events/parent "1.0.0"]