is not current version
Last Version 0.1.5

com.dev-smart:miniweb-core 0.1.1

Miniweb is an embedded webserver for Java.

GroupId

GroupId

com.dev-smart
ArtifactId

ArtifactId

miniweb-core
Version

Version

0.1.1
Type

Type

jar

Download miniweb-core 0.1.1


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