m

marmotta-util-filter

This module provides generic components for composite resource filtering, e.g. checking if a resource conforms to a certain pattern.
Files download
File Operation
marmotta-util-filter-3.2.0.jar download
marmotta-util-filter-3.2.0.pom download
marmotta-util-filter-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.marmotta</groupId>
  <artifactId>marmotta-util-filter</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.marmotta:marmotta-util-filter:3.2.0'
Gradle Kotlin
implementation("org.apache.marmotta:marmotta-util-filter:3.2.0")
Scala SBT
libraryDependencies += "org.apache.marmotta" % "marmotta-util-filter" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.marmotta', module='marmotta-util-filter', version='3.2.0')
)
Apache Ivy
<dependency org="org.apache.marmotta" name="marmotta-util-filter" rev="3.2.0" />
Leiningen
[org.apache.marmotta/marmotta-util-filter "3.2.0"]
Apache Buildr
'org.apache.marmotta:marmotta-util-filter:jar:3.2.0'