GroupId | GroupIdcom.athaydes.rawhttp |
---|---|
ArtifactId | ArtifactIdrawhttp-duplex |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
rawhttp-duplex-1.2.pom | |
rawhttp-duplex-1.2.jar | 1 MB |
rawhttp-duplex-1.2-sources.jar | 9 KB |
rawhttp-duplex-1.2-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.athaydes.rawhttp/rawhttp-duplex/ -->
<dependency>
<groupId>com.athaydes.rawhttp</groupId>
<artifactId>rawhttp-duplex</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.athaydes.rawhttp/rawhttp-duplex/
implementation 'com.athaydes.rawhttp:rawhttp-duplex:1.2'
// https://jarcasting.com/artifacts/com.athaydes.rawhttp/rawhttp-duplex/
implementation ("com.athaydes.rawhttp:rawhttp-duplex:1.2")
'com.athaydes.rawhttp:rawhttp-duplex:jar:1.2'
<dependency org="com.athaydes.rawhttp" name="rawhttp-duplex" rev="1.2">
<artifact name="rawhttp-duplex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.athaydes.rawhttp', module='rawhttp-duplex', version='1.2')
)
libraryDependencies += "com.athaydes.rawhttp" % "rawhttp-duplex" % "1.2"
[com.athaydes.rawhttp/rawhttp-duplex "1.2"]