GroupId | GroupIdcom.github.terma |
---|---|
ArtifactId | ArtifactIdjavaniotcpproxy |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
javaniotcpproxy-1.1.pom | |
javaniotcpproxy-1.1.jar | 19 KB |
javaniotcpproxy-1.1-sources.jar | 15 KB |
javaniotcpproxy-1.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.terma/javaniotcpproxy/ -->
<dependency>
<groupId>com.github.terma</groupId>
<artifactId>javaniotcpproxy</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.terma/javaniotcpproxy/
implementation 'com.github.terma:javaniotcpproxy:1.1'
// https://jarcasting.com/artifacts/com.github.terma/javaniotcpproxy/
implementation ("com.github.terma:javaniotcpproxy:1.1")
'com.github.terma:javaniotcpproxy:jar:1.1'
<dependency org="com.github.terma" name="javaniotcpproxy" rev="1.1">
<artifact name="javaniotcpproxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.terma', module='javaniotcpproxy', version='1.1')
)
libraryDependencies += "com.github.terma" % "javaniotcpproxy" % "1.1"
[com.github.terma/javaniotcpproxy "1.1"]