is not current version
Last Version 0.1.3

cn.miw:SimpleWeb 0.1.2

使用超级简单的javaweb框架

GroupId

GroupId

cn.miw
ArtifactId

ArtifactId

SimpleWeb
Version

Version

0.1.2
Type

Type

jar

Download SimpleWeb 0.1.2


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