c

condition4j-core

Files download
File Operation
condition4j-core-0.1.0.jar download
condition4j-core-0.1.0.pom download
condition4j-core-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sebastian-toepfer.common</groupId>
  <artifactId>condition4j-core</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.sebastian-toepfer.common:condition4j-core:0.1.0'
Gradle Kotlin
implementation("io.github.sebastian-toepfer.common:condition4j-core:0.1.0")
Scala SBT
libraryDependencies += "io.github.sebastian-toepfer.common" % "condition4j-core" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sebastian-toepfer.common', module='condition4j-core', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.sebastian-toepfer.common" name="condition4j-core" rev="0.1.0" />
Leiningen
[io.github.sebastian-toepfer.common/condition4j-core "0.1.0"]
Apache Buildr
'io.github.sebastian-toepfer.common:condition4j-core:jar:0.1.0'