| License |
License |
|---|---|
| Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
| GroupId | GroupIdcom.github.linpn |
| ArtifactId | ArtifactIdjsplite |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jsplite-1.0.0.pom | |
| jsplite-1.0.0.jar | 14 KB |
| jsplite-1.0.0-sources.jar | 7 KB |
| jsplite-1.0.0-javadoc.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.linpn/jsplite/ -->
<dependency>
<groupId>com.github.linpn</groupId>
<artifactId>jsplite</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.linpn/jsplite/
implementation 'com.github.linpn:jsplite:1.0.0'
// https://jarcasting.com/artifacts/com.github.linpn/jsplite/
implementation ("com.github.linpn:jsplite:1.0.0")
'com.github.linpn:jsplite:jar:1.0.0'
<dependency org="com.github.linpn" name="jsplite" rev="1.0.0">
<artifact name="jsplite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.linpn', module='jsplite', version='1.0.0')
)
libraryDependencies += "com.github.linpn" % "jsplite" % "1.0.0"
[com.github.linpn/jsplite "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.tuckey : urlrewritefilter | jar | 4.0.4 |
| jstl : jstl | jar | 1.2 |
| taglibs : standard | jar | 1.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |