GroupId | GroupIdcom.github.lontime |
---|---|
ArtifactId | ArtifactIdexthttp-library |
Version | Version1.0.0-M17 |
Type | Typejar |
Filename | Size |
---|---|
exthttp-library-1.0.0-M17.pom | |
exthttp-library-1.0.0-M17.jar | 71 KB |
exthttp-library-1.0.0-M17-sources.jar | 24 KB |
exthttp-library-1.0.0-M17-javadoc.jar | 196 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lontime/exthttp-library/ -->
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>exthttp-library</artifactId>
<version>1.0.0-M17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lontime/exthttp-library/
implementation 'com.github.lontime:exthttp-library:1.0.0-M17'
// https://jarcasting.com/artifacts/com.github.lontime/exthttp-library/
implementation ("com.github.lontime:exthttp-library:1.0.0-M17")
'com.github.lontime:exthttp-library:jar:1.0.0-M17'
<dependency org="com.github.lontime" name="exthttp-library" rev="1.0.0-M17">
<artifact name="exthttp-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lontime', module='exthttp-library', version='1.0.0-M17')
)
libraryDependencies += "com.github.lontime" % "exthttp-library" % "1.0.0-M17"
[com.github.lontime/exthttp-library "1.0.0-M17"]