| License |
License |
|---|---|
| GroupId | GroupIdcom.dev-smart |
| ArtifactId | ArtifactIdminiweb-core |
| Version | Version0.1.5 |
| Type | Typejar |
| Description |
DescriptionMiniweb-core
Miniweb is an embedded webserver for Java.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| miniweb-core-0.1.5.pom | |
| miniweb-core-0.1.5.jar | 40 KB |
| miniweb-core-0.1.5-sources.jar | 18 KB |
| miniweb-core-0.1.5-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dev-smart/miniweb-core/ -->
<dependency>
<groupId>com.dev-smart</groupId>
<artifactId>miniweb-core</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.dev-smart/miniweb-core/
implementation 'com.dev-smart:miniweb-core:0.1.5'
// https://jarcasting.com/artifacts/com.dev-smart/miniweb-core/
implementation ("com.dev-smart:miniweb-core:0.1.5")
'com.dev-smart:miniweb-core:jar:0.1.5'
<dependency org="com.dev-smart" name="miniweb-core" rev="0.1.5">
<artifact name="miniweb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dev-smart', module='miniweb-core', version='0.1.5')
)
libraryDependencies += "com.dev-smart" % "miniweb-core" % "0.1.5"
[com.dev-smart/miniweb-core "0.1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpcore | jar | 4.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.8 |
| com.google.code.gson : gson | jar | 2.2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.3.4 |
| junit : junit | jar | 4.11 |
| org.slf4j : slf4j-simple | jar | 1.7.8 |