| GroupId | GroupIdcom.reizes.shiva2 |
|---|---|
| ArtifactId | ArtifactIdshiva2-http |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shiva2-http-0.2.0.pom | |
| shiva2-http-0.2.0.jar | 10 KB |
| shiva2-http-0.2.0-sources.jar | 3 KB |
| shiva2-http-0.2.0-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.reizes.shiva2/shiva2-http/ -->
<dependency>
<groupId>com.reizes.shiva2</groupId>
<artifactId>shiva2-http</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.reizes.shiva2/shiva2-http/
implementation 'com.reizes.shiva2:shiva2-http:0.2.0'
// https://jarcasting.com/artifacts/com.reizes.shiva2/shiva2-http/
implementation ("com.reizes.shiva2:shiva2-http:0.2.0")
'com.reizes.shiva2:shiva2-http:jar:0.2.0'
<dependency org="com.reizes.shiva2" name="shiva2-http" rev="0.2.0">
<artifact name="shiva2-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.reizes.shiva2', module='shiva2-http', version='0.2.0')
)
libraryDependencies += "com.reizes.shiva2" % "shiva2-http" % "0.2.0"
[com.reizes.shiva2/shiva2-http "0.2.0"]