| License | License | 
|---|---|
| GroupId | GroupIdorg.opendaylight.federation | 
| ArtifactId | ArtifactIdfederation-artifacts | 
| Last Version | Last Version0.2.4-Carbon | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionOpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| federation-artifacts-0.2.4-Carbon.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.federation/federation-artifacts/ -->
<dependency>
    <groupId>org.opendaylight.federation</groupId>
    <artifactId>federation-artifacts</artifactId>
    <version>0.2.4-Carbon</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.federation/federation-artifacts/
implementation 'org.opendaylight.federation:federation-artifacts:0.2.4-Carbon'// https://jarcasting.com/artifacts/org.opendaylight.federation/federation-artifacts/
implementation ("org.opendaylight.federation:federation-artifacts:0.2.4-Carbon")'org.opendaylight.federation:federation-artifacts:pom:0.2.4-Carbon'<dependency org="org.opendaylight.federation" name="federation-artifacts" rev="0.2.4-Carbon">
  <artifact name="federation-artifacts" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.federation', module='federation-artifacts', version='0.2.4-Carbon')
)libraryDependencies += "org.opendaylight.federation" % "federation-artifacts" % "0.2.4-Carbon"[org.opendaylight.federation/federation-artifacts "0.2.4-Carbon"]