License |
License |
---|---|
GroupId | GroupIdorg.javastack |
ArtifactId | ArtifactIdwebapp-properties |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.javastack:webapp-properties
Load Properties from a file into SystemProperties or as an Attribute in ServletContext, using WebappBaseName as reference in a servlet container like Tomcat
|
Project URL |
Project URL |
Filename | Size |
---|---|
webapp-properties-1.0.0.pom | |
webapp-properties-1.0.0.jar | 5 KB |
webapp-properties-1.0.0-sources.jar | 1 KB |
webapp-properties-1.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javastack/webapp-properties/ -->
<dependency>
<groupId>org.javastack</groupId>
<artifactId>webapp-properties</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.javastack/webapp-properties/
implementation 'org.javastack:webapp-properties:1.0.0'
// https://jarcasting.com/artifacts/org.javastack/webapp-properties/
implementation ("org.javastack:webapp-properties:1.0.0")
'org.javastack:webapp-properties:jar:1.0.0'
<dependency org="org.javastack" name="webapp-properties" rev="1.0.0">
<artifact name="webapp-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javastack', module='webapp-properties', version='1.0.0')
)
libraryDependencies += "org.javastack" % "webapp-properties" % "1.0.0"
[org.javastack/webapp-properties "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |