| License |
License |
|---|---|
| GroupId | GroupIdorg.febit.wit |
| ArtifactId | ArtifactIdwit-servlet |
| Version | Version2.7.0-beta |
| Type | Typejar |
| Description |
Descriptionwit-servlet
A template-like script and engine, all written with Java.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| wit-servlet-2.7.0-beta.pom | |
| wit-servlet-2.7.0-beta.jar | 22 KB |
| wit-servlet-2.7.0-beta-sources.jar | 15 KB |
| wit-servlet-2.7.0-beta-javadoc.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.febit.wit/wit-servlet/ -->
<dependency>
<groupId>org.febit.wit</groupId>
<artifactId>wit-servlet</artifactId>
<version>2.7.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.febit.wit/wit-servlet/
implementation 'org.febit.wit:wit-servlet:2.7.0-beta'
// https://jarcasting.com/artifacts/org.febit.wit/wit-servlet/
implementation ("org.febit.wit:wit-servlet:2.7.0-beta")
'org.febit.wit:wit-servlet:jar:2.7.0-beta'
<dependency org="org.febit.wit" name="wit-servlet" rev="2.7.0-beta">
<artifact name="wit-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.febit.wit', module='wit-servlet', version='2.7.0-beta')
)
libraryDependencies += "org.febit.wit" % "wit-servlet" % "2.7.0-beta"
[org.febit.wit/wit-servlet "2.7.0-beta"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.febit.wit : wit-core | jar | 2.7.0-beta |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |