n

net.sourceforge.reb4j.scala

The purpose of reb4j is to provide a pure Java wrapper around the regular expression syntax provided by the JRE's java.util.regex.Pattern class in order to facilitate programmatic construction of regular expressions while taking advantage of compile-time syntax checking. This sub-project contains the Scala implementation of reb4j.
Files download
File Operation
net.sourceforge.reb4j.scala-1.1.0.jar download
net.sourceforge.reb4j.scala-1.1.0.pom download
net.sourceforge.reb4j.scala-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.reb4j</groupId>
  <artifactId>net.sourceforge.reb4j.scala</artifactId>
  <version>1.1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.reb4j:net.sourceforge.reb4j.scala:1.1.0'
Gradle Kotlin
implementation("net.sourceforge.reb4j:net.sourceforge.reb4j.scala:1.1.0")
Scala SBT
libraryDependencies += "net.sourceforge.reb4j" % "net.sourceforge.reb4j.scala" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.reb4j', module='net.sourceforge.reb4j.scala', version='1.1.0')
)
Apache Ivy
<dependency org="net.sourceforge.reb4j" name="net.sourceforge.reb4j.scala" rev="1.1.0" />
Leiningen
[net.sourceforge.reb4j/net.sourceforge.reb4j.scala "1.1.0"]
Apache Buildr
'net.sourceforge.reb4j:net.sourceforge.reb4j.scala:jar:1.1.0'