GroupId | GroupIdtop.redscorpion |
---|---|
ArtifactId | ArtifactIdredscorpion-http |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
redscorpion-http-0.0.4.pom | |
redscorpion-http-0.0.4-sources.jar | 22 bytes |
redscorpion-http-0.0.4-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/top.redscorpion/redscorpion-http/ -->
<dependency>
<groupId>top.redscorpion</groupId>
<artifactId>redscorpion-http</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/top.redscorpion/redscorpion-http/
implementation 'top.redscorpion:redscorpion-http:0.0.4'
// https://jarcasting.com/artifacts/top.redscorpion/redscorpion-http/
implementation ("top.redscorpion:redscorpion-http:0.0.4")
'top.redscorpion:redscorpion-http:jar:0.0.4'
<dependency org="top.redscorpion" name="redscorpion-http" rev="0.0.4">
<artifact name="redscorpion-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.redscorpion', module='redscorpion-http', version='0.0.4')
)
libraryDependencies += "top.redscorpion" % "redscorpion-http" % "0.0.4"
[top.redscorpion/redscorpion-http "0.0.4"]