MVN

us.abstracta : wiresham

Maven & Gradle

Aug 19, 2022
5 usages
64 stars

wiresham · Simple TCP service mocking tool for replaying Wireshark captured service traffic

<dependency>
    <groupId>us.abstracta</groupId>
    <artifactId>wiresham</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.abstracta : wiresham to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of us.abstracta : wiresham to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
wiresham-0.7
0.6
wiresham-0.6
0.5
wiresham-0.5
0.4.x
wiresham-0.4.3
wiresham-0.4.2
wiresham-0.4.1
0.4
wiresham-0.4
0.3
wiresham-0.3
0.2.x
wiresham-0.2.2
wiresham-0.2.1
0.2
wiresham-0.2
0.1
wiresham-0.1

How to add a dependency to Maven

Add the following us.abstracta : wiresham maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.abstracta</groupId>
    <artifactId>wiresham</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.abstracta : wiresham gradle dependency to your build.gradle file:

implementation 'us.abstracta:wiresham:0.7'

Gradle Kotlin DSL: Add the following us.abstracta : wiresham gradle kotlin dependency to your build.gradle.kts file:

implementation("us.abstracta:wiresham:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.abstracta : wiresham sbt scala dependency to your build.sbt file:

libraryDependencies += "us.abstracta" % "wiresham" % "0.7"

Advertisement