GroupId | GroupIdcom.github.hqstevenson.test |
---|---|
ArtifactId | ArtifactIdtcp-test-util |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
tcp-test-util-1.0.0.pom | |
tcp-test-util-1.0.0.jar | 18 KB |
tcp-test-util-1.0.0-sources.jar | 12 KB |
tcp-test-util-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hqstevenson.test/tcp-test-util/
implementation 'com.github.hqstevenson.test:tcp-test-util:1.0.0'
// https://jarcasting.com/artifacts/com.github.hqstevenson.test/tcp-test-util/
implementation ("com.github.hqstevenson.test:tcp-test-util:1.0.0")
'com.github.hqstevenson.test:tcp-test-util:jar:1.0.0'
<dependency org="com.github.hqstevenson.test" name="tcp-test-util" rev="1.0.0">
<artifact name="tcp-test-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hqstevenson.test', module='tcp-test-util', version='1.0.0')
)
libraryDependencies += "com.github.hqstevenson.test" % "tcp-test-util" % "1.0.0"
[com.github.hqstevenson.test/tcp-test-util "1.0.0"]