r

regexp

文件下载
文件名 操作
regexp-1.0.1.jar 下载
regexp-1.0.1.pom 下载
Apache Maven
<dependency>
  <groupId>taglibs</groupId>
  <artifactId>regexp</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'taglibs:regexp:1.0.1'
Gradle Kotlin
implementation("taglibs:regexp:1.0.1")
Scala SBT
libraryDependencies += "taglibs" % "regexp" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='taglibs', module='regexp', version='1.0.1')
)
Apache Ivy
<dependency org="taglibs" name="regexp" rev="1.0.1" />
Leiningen
[taglibs/regexp "1.0.1"]
Apache Buildr
'taglibs:regexp:jar:1.0.1'
本项目依赖
该项目无第三方依赖