GroupId | GroupIdorg.microhttp |
---|---|
ArtifactId | ArtifactIdmicrohttp |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
microhttp-0.5.pom | |
microhttp-0.5.jar | 27 KB |
microhttp-0.5-sources.jar | 13 KB |
microhttp-0.5-javadoc.jar | 158 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microhttp/microhttp/ -->
<dependency>
<groupId>org.microhttp</groupId>
<artifactId>microhttp</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.microhttp/microhttp/
implementation 'org.microhttp:microhttp:0.5'
// https://jarcasting.com/artifacts/org.microhttp/microhttp/
implementation ("org.microhttp:microhttp:0.5")
'org.microhttp:microhttp:jar:0.5'
<dependency org="org.microhttp" name="microhttp" rev="0.5">
<artifact name="microhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microhttp', module='microhttp', version='0.5')
)
libraryDependencies += "org.microhttp" % "microhttp" % "0.5"
[org.microhttp/microhttp "0.5"]