w

wiresham

Simple TCP service mocking tool for replaying Wireshark captured service traffic
https://github.com/abstracta/wiresham
The Apache License, Version 2.0
Abstracta
Files download
File Operation
wiresham-0.3.jar download
wiresham-0.3.pom download
wiresham-0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>us.abstracta</groupId>
  <artifactId>wiresham</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'us.abstracta:wiresham:0.3'
Gradle Kotlin
implementation("us.abstracta:wiresham:0.3")
Scala SBT
libraryDependencies += "us.abstracta" % "wiresham" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='us.abstracta', module='wiresham', version='0.3')
)
Apache Ivy
<dependency org="us.abstracta" name="wiresham" rev="0.3" />
Leiningen
[us.abstracta/wiresham "0.3"]
Apache Buildr
'us.abstracta:wiresham:jar:0.3'