t

tourniquet-net

Support for network operations, such as port availability detection and network specific matchers.
Files download
File Operation
tourniquet-net-0.4.0.jar download
tourniquet-net-0.4.0.pom download
tourniquet-net-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.tourniquet.junit</groupId>
  <artifactId>tourniquet-net</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'io.tourniquet.junit:tourniquet-net:0.4.0'
Gradle Kotlin
implementation("io.tourniquet.junit:tourniquet-net:0.4.0")
Scala SBT
libraryDependencies += "io.tourniquet.junit" % "tourniquet-net" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.tourniquet.junit', module='tourniquet-net', version='0.4.0')
)
Apache Ivy
<dependency org="io.tourniquet.junit" name="tourniquet-net" rev="0.4.0" />
Leiningen
[io.tourniquet.junit/tourniquet-net "0.4.0"]
Apache Buildr
'io.tourniquet.junit:tourniquet-net:jar:0.4.0'