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.1.jar download
marmotta-util-filter-3.2.1.pom download
marmotta-util-filter-3.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.marmotta</groupId>
  <artifactId>marmotta-util-filter</artifactId>
  <version>3.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.marmotta:marmotta-util-filter:3.2.1'
Gradle Kotlin
implementation("org.apache.marmotta:marmotta-util-filter:3.2.1")
Scala SBT
libraryDependencies += "org.apache.marmotta" % "marmotta-util-filter" % "3.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.marmotta', module='marmotta-util-filter', version='3.2.1')
)
Apache Ivy
<dependency org="org.apache.marmotta" name="marmotta-util-filter" rev="3.2.1" />
Leiningen
[org.apache.marmotta/marmotta-util-filter "3.2.1"]
Apache Buildr
'org.apache.marmotta:marmotta-util-filter:jar:3.2.1'