文件下载
文件名 操作
features-1.7.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.infrautils</groupId>
  <artifactId>features</artifactId>
  <version>1.7.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.infrautils:features:1.7.3'
Gradle Kotlin
implementation("org.opendaylight.infrautils:features:1.7.3")
Scala SBT
libraryDependencies += "org.opendaylight.infrautils" % "features" % "1.7.3"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.infrautils', module='features', version='1.7.3')
)
Apache Ivy
<dependency org="org.opendaylight.infrautils" name="features" rev="1.7.3" />
Leiningen
[org.opendaylight.infrautils/features "1.7.3"]
Apache Buildr
'org.opendaylight.infrautils:features:jar:1.7.3'