r

regexp-eol

Return a regular expression to match a newline character sequence.
https://stdlib.io
Apache-2.0
The Stdlib Authors
stdlib-bot kgryte planeshifter rreusser
Files download
File Operation
regexp-eol-0.0.7.jar download
regexp-eol-0.0.7.pom download
regexp-eol-0.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm.at.stdlib</groupId>
  <artifactId>regexp-eol</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm.at.stdlib:regexp-eol:0.0.7'
Gradle Kotlin
implementation("org.mvnpm.at.stdlib:regexp-eol:0.0.7")
Scala SBT
libraryDependencies += "org.mvnpm.at.stdlib" % "regexp-eol" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm.at.stdlib', module='regexp-eol', version='0.0.7')
)
Apache Ivy
<dependency org="org.mvnpm.at.stdlib" name="regexp-eol" rev="0.0.7" />
Leiningen
[org.mvnpm.at.stdlib/regexp-eol "0.0.7"]
Apache Buildr
'org.mvnpm.at.stdlib:regexp-eol:jar:0.0.7'