o

odl-apache-commons-text

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