License |
License |
---|---|
GroupId | GroupIdorg.smartboot.servlet |
ArtifactId | ArtifactIdservlet-core |
Version | Version0.1.4 |
Type | Typejar |
Description |
Descriptionservlet-core
a lightweight servlet container
|
Filename | Size |
---|---|
servlet-core-0.1.4.pom | |
servlet-core-0.1.4.jar | 92 KB |
servlet-core-0.1.4-sources.jar | 57 KB |
servlet-core-0.1.4-javadoc.jar | 333 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smartboot.servlet/servlet-core/ -->
<dependency>
<groupId>org.smartboot.servlet</groupId>
<artifactId>servlet-core</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.servlet/servlet-core/
implementation 'org.smartboot.servlet:servlet-core:0.1.4'
// https://jarcasting.com/artifacts/org.smartboot.servlet/servlet-core/
implementation ("org.smartboot.servlet:servlet-core:0.1.4")
'org.smartboot.servlet:servlet-core:jar:0.1.4'
<dependency org="org.smartboot.servlet" name="servlet-core" rev="0.1.4">
<artifact name="servlet-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.servlet', module='servlet-core', version='0.1.4')
)
libraryDependencies += "org.smartboot.servlet" % "servlet-core" % "0.1.4"
[org.smartboot.servlet/servlet-core "0.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.reflections : reflections | jar | 0.9.12 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.smartboot.http : smart-http-server | jar | 1.1.4 |