GroupId | GroupIdcom.github.seratch |
---|---|
ArtifactId | ArtifactIdhttpilot |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
httpilot-0.3.1.pom | |
httpilot-0.3.1.jar | 15 KB |
httpilot-0.3.1-sources.jar | 8 KB |
httpilot-0.3.1-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch/httpilot/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>httpilot</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/httpilot/
implementation 'com.github.seratch:httpilot:0.3.1'
// https://jarcasting.com/artifacts/com.github.seratch/httpilot/
implementation ("com.github.seratch:httpilot:0.3.1")
'com.github.seratch:httpilot:jar:0.3.1'
<dependency org="com.github.seratch" name="httpilot" rev="0.3.1">
<artifact name="httpilot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='httpilot', version='0.3.1')
)
libraryDependencies += "com.github.seratch" % "httpilot" % "0.3.1"
[com.github.seratch/httpilot "0.3.1"]