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