Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.atrium |
ArtifactId | ArtifactIdconfig-parent |
Version | Version0.0.1-Boron |
Type | Typepom |
Filename | Size |
---|---|
config-parent-0.0.1-Boron.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.atrium/config-parent/ -->
<dependency>
<groupId>org.opendaylight.atrium</groupId>
<artifactId>config-parent</artifactId>
<version>0.0.1-Boron</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.atrium/config-parent/
implementation 'org.opendaylight.atrium:config-parent:0.0.1-Boron'
// https://jarcasting.com/artifacts/org.opendaylight.atrium/config-parent/
implementation ("org.opendaylight.atrium:config-parent:0.0.1-Boron")
'org.opendaylight.atrium:config-parent:pom:0.0.1-Boron'
<dependency org="org.opendaylight.atrium" name="config-parent" rev="0.0.1-Boron">
<artifact name="config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.atrium', module='config-parent', version='0.0.1-Boron')
)
libraryDependencies += "org.opendaylight.atrium" % "config-parent" % "0.0.1-Boron"
[org.opendaylight.atrium/config-parent "0.0.1-Boron"]