License |
License |
---|---|
GroupId | GroupIdcom.github.hqstevenson.test |
ArtifactId | ArtifactIdtcp-test-util |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTCP Test Utilities
A library of utilities to assist in testing with TCP clients and servers.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tcp-test-util-1.0.1.pom | |
tcp-test-util-1.0.1.jar | 18 KB |
tcp-test-util-1.0.1-sources.jar | 12 KB |
tcp-test-util-1.0.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hqstevenson.test/tcp-test-util/ -->
<dependency>
<groupId>com.github.hqstevenson.test</groupId>
<artifactId>tcp-test-util</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hqstevenson.test/tcp-test-util/
implementation 'com.github.hqstevenson.test:tcp-test-util:1.0.1'
// https://jarcasting.com/artifacts/com.github.hqstevenson.test/tcp-test-util/
implementation ("com.github.hqstevenson.test:tcp-test-util:1.0.1")
'com.github.hqstevenson.test:tcp-test-util:jar:1.0.1'
<dependency org="com.github.hqstevenson.test" name="tcp-test-util" rev="1.0.1">
<artifact name="tcp-test-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hqstevenson.test', module='tcp-test-util', version='1.0.1')
)
libraryDependencies += "com.github.hqstevenson.test" % "tcp-test-util" % "1.0.1"
[com.github.hqstevenson.test/tcp-test-util "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.21 |