is not current version
Last Version 0.1.5

com.dev-smart:miniweb-core 0.1.0

Miniweb is an embedded webserver for Java.

GroupId

GroupId

com.dev-smart
ArtifactId

ArtifactId

miniweb-core
Version

Version

0.1.0
Type

Type

jar

Download miniweb-core 0.1.0


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