License |
License |
---|---|
GroupId | GroupIdorg.codehaus.service-conduit |
ArtifactId | ArtifactIdparent |
Last Version | Last Version7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionService Conduit Project Parent
Parent POM defining project wide settings.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-7.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.service-conduit/parent/ -->
<dependency>
<groupId>org.codehaus.service-conduit</groupId>
<artifactId>parent</artifactId>
<version>7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.service-conduit/parent/
implementation 'org.codehaus.service-conduit:parent:7'
// https://jarcasting.com/artifacts/org.codehaus.service-conduit/parent/
implementation ("org.codehaus.service-conduit:parent:7")
'org.codehaus.service-conduit:parent:pom:7'
<dependency org="org.codehaus.service-conduit" name="parent" rev="7">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.service-conduit', module='parent', version='7')
)
libraryDependencies += "org.codehaus.service-conduit" % "parent" % "7"
[org.codehaus.service-conduit/parent "7"]