GroupId | GroupIdcom.sangupta |
---|---|
ArtifactId | ArtifactIdjerry-http |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
jerry-http-0.10.0.pom | |
jerry-http-0.10.0.jar | 33 KB |
jerry-http-0.10.0-sources.jar | 28 KB |
jerry-http-0.10.0-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sangupta/jerry-http/ -->
<dependency>
<groupId>com.sangupta</groupId>
<artifactId>jerry-http</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sangupta/jerry-http/
implementation 'com.sangupta:jerry-http:0.10.0'
// https://jarcasting.com/artifacts/com.sangupta/jerry-http/
implementation ("com.sangupta:jerry-http:0.10.0")
'com.sangupta:jerry-http:jar:0.10.0'
<dependency org="com.sangupta" name="jerry-http" rev="0.10.0">
<artifact name="jerry-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sangupta', module='jerry-http', version='0.10.0')
)
libraryDependencies += "com.sangupta" % "jerry-http" % "0.10.0"
[com.sangupta/jerry-http "0.10.0"]