| License |
License |
|---|---|
| GroupId | GroupIdcom.isenshi |
| ArtifactId | ArtifactIdstaticshared |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionstaticshared
Servlet concatinating static resources
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| staticshared-1.0.pom | |
| staticshared-1.0.jar | 8 KB |
| staticshared-1.0-sources.jar | 4 KB |
| staticshared-1.0-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.isenshi/staticshared/ -->
<dependency>
<groupId>com.isenshi</groupId>
<artifactId>staticshared</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.isenshi/staticshared/
implementation 'com.isenshi:staticshared:1.0'
// https://jarcasting.com/artifacts/com.isenshi/staticshared/
implementation ("com.isenshi:staticshared:1.0")
'com.isenshi:staticshared:jar:1.0'
<dependency org="com.isenshi" name="staticshared" rev="1.0">
<artifact name="staticshared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.isenshi', module='staticshared', version='1.0')
)
libraryDependencies += "com.isenshi" % "staticshared" % "1.0"
[com.isenshi/staticshared "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easymock : easymock | jar | 3.1 |