Files download
File Operation
gwt-regexp-1.0.0-RC1.jar download
gwt-regexp-1.0.0-RC1.pom download
gwt-regexp-1.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gwtproject.regexp</groupId>
  <artifactId>gwt-regexp</artifactId>
  <version>1.0.0-RC1</version>
  <type>gwt-lib</type>
</dependency>
Gradle Groovy
implementation 'org.gwtproject.regexp:gwt-regexp:1.0.0-RC1'
Gradle Kotlin
implementation("org.gwtproject.regexp:gwt-regexp:1.0.0-RC1")
Scala SBT
libraryDependencies += "org.gwtproject.regexp" % "gwt-regexp" % "1.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.gwtproject.regexp', module='gwt-regexp', version='1.0.0-RC1')
)
Apache Ivy
<dependency org="org.gwtproject.regexp" name="gwt-regexp" rev="1.0.0-RC1" />
Leiningen
[org.gwtproject.regexp/gwt-regexp "1.0.0-RC1"]
Apache Buildr
'org.gwtproject.regexp:gwt-regexp:jar:1.0.0-RC1'