Files download
File Operation
metalloid-expected-conditions-2.3.1.jar download
metalloid-expected-conditions-2.3.1.pom download
metalloid-expected-conditions-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.metalloid-project</groupId>
  <artifactId>metalloid-expected-conditions</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.metalloid-project:metalloid-expected-conditions:2.3.1'
Gradle Kotlin
implementation("com.github.metalloid-project:metalloid-expected-conditions:2.3.1")
Scala SBT
libraryDependencies += "com.github.metalloid-project" % "metalloid-expected-conditions" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.metalloid-project', module='metalloid-expected-conditions', version='2.3.1')
)
Apache Ivy
<dependency org="com.github.metalloid-project" name="metalloid-expected-conditions" rev="2.3.1" />
Leiningen
[com.github.metalloid-project/metalloid-expected-conditions "2.3.1"]
Apache Buildr
'com.github.metalloid-project:metalloid-expected-conditions:jar:2.3.1'