GroupId | GroupIdorg.ryoframework.core |
---|---|
ArtifactId | ArtifactIdryo-commons-http |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
ryo-commons-http-1.2.1.pom | |
ryo-commons-http-1.2.1.jar | 21 KB |
ryo-commons-http-1.2.1-sources.jar | 4 KB |
ryo-commons-http-1.2.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ryoframework.core/ryo-commons-http/ -->
<dependency>
<groupId>org.ryoframework.core</groupId>
<artifactId>ryo-commons-http</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ryoframework.core/ryo-commons-http/
implementation 'org.ryoframework.core:ryo-commons-http:1.2.1'
// https://jarcasting.com/artifacts/org.ryoframework.core/ryo-commons-http/
implementation ("org.ryoframework.core:ryo-commons-http:1.2.1")
'org.ryoframework.core:ryo-commons-http:jar:1.2.1'
<dependency org="org.ryoframework.core" name="ryo-commons-http" rev="1.2.1">
<artifact name="ryo-commons-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ryoframework.core', module='ryo-commons-http', version='1.2.1')
)
libraryDependencies += "org.ryoframework.core" % "ryo-commons-http" % "1.2.1"
[org.ryoframework.core/ryo-commons-http "1.2.1"]