org.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

License

License

GroupId

GroupId

org.javastack
ArtifactId

ArtifactId

webapp-properties
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

org.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

https://github.com/ggrandes/webapp-properties

Download webapp-properties

How to add to project

<!-- 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"]

Dependencies

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0