| License |
License |
|---|---|
| GroupId | GroupIdli.rudin.rt |
| ArtifactId | ArtifactIdrt-servlet-common |
| Last Version | Last Version4.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| rt-servlet-common-4.1.pom | |
| rt-servlet-common-4.1.jar | 10 KB |
| rt-servlet-common-4.1-sources.jar | 5 KB |
| rt-servlet-common-4.1-javadoc.jar | 78 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/li.rudin.rt/rt-servlet-common/ -->
<dependency>
<groupId>li.rudin.rt</groupId>
<artifactId>rt-servlet-common</artifactId>
<version>4.1</version>
</dependency>
// https://jarcasting.com/artifacts/li.rudin.rt/rt-servlet-common/
implementation 'li.rudin.rt:rt-servlet-common:4.1'
// https://jarcasting.com/artifacts/li.rudin.rt/rt-servlet-common/
implementation ("li.rudin.rt:rt-servlet-common:4.1")
'li.rudin.rt:rt-servlet-common:jar:4.1'
<dependency org="li.rudin.rt" name="rt-servlet-common" rev="4.1">
<artifact name="rt-servlet-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='li.rudin.rt', module='rt-servlet-common', version='4.1')
)
libraryDependencies += "li.rudin.rt" % "rt-servlet-common" % "4.1"
[li.rudin.rt/rt-servlet-common "4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| li.rudin.rt : rt-core | jar | 4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| li.rudin.rt : rt-transport-longpoll | jar | 4.1 |
| junit : junit | jar | 4.11 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.2 |