License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.zhuanglide |
ArtifactId | ArtifactIdmicrboot |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionmicrboot
http server not follow J2EE using Netty
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
micrboot-1.0.1.pom | |
micrboot-1.0.1.jar | 60 KB |
micrboot-1.0.1-sources.jar | 34 KB |
micrboot-1.0.1-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zhuanglide/micrboot/ -->
<dependency>
<groupId>com.zhuanglide</groupId>
<artifactId>micrboot</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zhuanglide/micrboot/
implementation 'com.zhuanglide:micrboot:1.0.1'
// https://jarcasting.com/artifacts/com.zhuanglide/micrboot/
implementation ("com.zhuanglide:micrboot:1.0.1")
'com.zhuanglide:micrboot:jar:1.0.1'
<dependency org="com.zhuanglide" name="micrboot" rev="1.0.1">
<artifact name="micrboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zhuanglide', module='micrboot', version='1.0.1')
)
libraryDependencies += "com.zhuanglide" % "micrboot" % "1.0.1"
[com.zhuanglide/micrboot "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 4.2.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 4.2.5.RELEASE |
org.springframework : spring-beans | jar | 4.2.5.RELEASE |
commons-fileupload : commons-fileupload | jar | 1.3.1 |
io.netty : netty-all | jar | 4.1.0.Final |
commons-httpclient : commons-httpclient | jar | 3.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.8.1 |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.2.5.RELEASE |
junit : junit | jar | 4.12 |