License |
License |
---|---|
GroupId | GroupIdorg.99soft.shs |
ArtifactId | ArtifactIdshs-core |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionSimple HttpServer :: Core implementation
A simple Java Http Server
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
shs-core-0.1.pom | |
shs-core-0.1.jar | 63 KB |
shs-core-0.1-sources.jar | 56 KB |
shs-core-0.1-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.99soft.shs/shs-core/ -->
<dependency>
<groupId>org.99soft.shs</groupId>
<artifactId>shs-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.99soft.shs/shs-core/
implementation 'org.99soft.shs:shs-core:0.1'
// https://jarcasting.com/artifacts/org.99soft.shs/shs-core/
implementation ("org.99soft.shs:shs-core:0.1")
'org.99soft.shs:shs-core:jar:0.1'
<dependency org="org.99soft.shs" name="shs-core" rev="0.1">
<artifact name="shs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.99soft.shs', module='shs-core', version='0.1')
)
libraryDependencies += "org.99soft.shs" % "shs-core" % "0.1"
[org.99soft.shs/shs-core "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.99soft.shs : shs-api | jar | 0.1 |
org.slf4j : slf4j-api | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-core | jar | 1.9.0 |
ch.qos.logback : logback-classic | jar | 1.0.1 |