License |
License |
---|---|
GroupId | GroupIdorg.99soft.shs |
ArtifactId | ArtifactIdshs-api |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple HttpServer :: APIs
A simple Java Http Server
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
shs-api-0.1.pom | |
shs-api-0.1.jar | 22 KB |
shs-api-0.1-sources.jar | 36 KB |
shs-api-0.1-javadoc.jar | 178 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.99soft.shs/shs-api/ -->
<dependency>
<groupId>org.99soft.shs</groupId>
<artifactId>shs-api</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.99soft.shs/shs-api/
implementation 'org.99soft.shs:shs-api:0.1'
// https://jarcasting.com/artifacts/org.99soft.shs/shs-api/
implementation ("org.99soft.shs:shs-api:0.1")
'org.99soft.shs:shs-api:jar:0.1'
<dependency org="org.99soft.shs" name="shs-api" rev="0.1">
<artifact name="shs-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.99soft.shs', module='shs-api', version='0.1')
)
libraryDependencies += "org.99soft.shs" % "shs-api" % "0.1"
[org.99soft.shs/shs-api "0.1"]