GroupId | GroupIdcom.tambapps.http |
---|---|
ArtifactId | ArtifactIdhyperpoet |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
hyperpoet-1.1.0.pom | |
hyperpoet-1.1.0.jar | 41 KB |
hyperpoet-1.1.0-sources.jar | 21 KB |
hyperpoet-1.1.0-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tambapps.http/hyperpoet/ -->
<dependency>
<groupId>com.tambapps.http</groupId>
<artifactId>hyperpoet</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tambapps.http/hyperpoet/
implementation 'com.tambapps.http:hyperpoet:1.1.0'
// https://jarcasting.com/artifacts/com.tambapps.http/hyperpoet/
implementation ("com.tambapps.http:hyperpoet:1.1.0")
'com.tambapps.http:hyperpoet:jar:1.1.0'
<dependency org="com.tambapps.http" name="hyperpoet" rev="1.1.0">
<artifact name="hyperpoet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tambapps.http', module='hyperpoet', version='1.1.0')
)
libraryDependencies += "com.tambapps.http" % "hyperpoet" % "1.1.0"
[com.tambapps.http/hyperpoet "1.1.0"]