Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.opendaylight.alto |
ArtifactId | ArtifactIdservices.provider |
Version | Version0.1.0-Lithium |
Type | Typepom |
Filename | Size |
---|---|
services.provider-0.1.0-Lithium.pom | 625 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.alto/services.provider/ -->
<dependency>
<groupId>org.opendaylight.alto</groupId>
<artifactId>services.provider</artifactId>
<version>0.1.0-Lithium</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.alto/services.provider/
implementation 'org.opendaylight.alto:services.provider:0.1.0-Lithium'
// https://jarcasting.com/artifacts/org.opendaylight.alto/services.provider/
implementation ("org.opendaylight.alto:services.provider:0.1.0-Lithium")
'org.opendaylight.alto:services.provider:pom:0.1.0-Lithium'
<dependency org="org.opendaylight.alto" name="services.provider" rev="0.1.0-Lithium">
<artifact name="services.provider" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.alto', module='services.provider', version='0.1.0-Lithium')
)
libraryDependencies += "org.opendaylight.alto" % "services.provider" % "0.1.0-Lithium"
[org.opendaylight.alto/services.provider "0.1.0-Lithium"]