| GroupId | GroupIdorg.febit.wit |
|---|---|
| ArtifactId | ArtifactIdwit-servlet |
| Version | Version2.5.0-beta |
| Type | Typejar |
| Filename | Size |
|---|---|
| wit-servlet-2.5.0-beta.pom | |
| wit-servlet-2.5.0-beta.jar | 21 KB |
| wit-servlet-2.5.0-beta-sources.jar | 15 KB |
| wit-servlet-2.5.0-beta-javadoc.jar | 146 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.febit.wit/wit-servlet/ -->
<dependency>
<groupId>org.febit.wit</groupId>
<artifactId>wit-servlet</artifactId>
<version>2.5.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.febit.wit/wit-servlet/
implementation 'org.febit.wit:wit-servlet:2.5.0-beta'
// https://jarcasting.com/artifacts/org.febit.wit/wit-servlet/
implementation ("org.febit.wit:wit-servlet:2.5.0-beta")
'org.febit.wit:wit-servlet:jar:2.5.0-beta'
<dependency org="org.febit.wit" name="wit-servlet" rev="2.5.0-beta">
<artifact name="wit-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.febit.wit', module='wit-servlet', version='2.5.0-beta')
)
libraryDependencies += "org.febit.wit" % "wit-servlet" % "2.5.0-beta"
[org.febit.wit/wit-servlet "2.5.0-beta"]