is not current version
Last Version 1.0.1

org.xbib:hibiscus 1.0.0

HTTP server for Java

GroupId

GroupId

org.xbib
ArtifactId

ArtifactId

hibiscus
Version

Version

1.0.0
Type

Type

jar

Download hibiscus 1.0.0


<!-- https://jarcasting.com/artifacts/org.xbib/hibiscus/ -->
<dependency>
    <groupId>org.xbib</groupId>
    <artifactId>hibiscus</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/hibiscus/
implementation 'org.xbib:hibiscus:1.0.0'
// https://jarcasting.com/artifacts/org.xbib/hibiscus/
implementation ("org.xbib:hibiscus:1.0.0")
'org.xbib:hibiscus:jar:1.0.0'
<dependency org="org.xbib" name="hibiscus" rev="1.0.0">
  <artifact name="hibiscus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='hibiscus', version='1.0.0')
)
libraryDependencies += "org.xbib" % "hibiscus" % "1.0.0"
[org.xbib/hibiscus "1.0.0"]