w

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
https://github.com/ggrandes/${project.artifactId}
The Apache License, Version 2.0
Guillermo Grandes
Files download
File Operation
webapp-properties-1.0.0.jar download
webapp-properties-1.0.0.pom download
webapp-properties-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.javastack</groupId>
  <artifactId>webapp-properties</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.javastack:webapp-properties:1.0.0'
Gradle Kotlin
implementation("org.javastack:webapp-properties:1.0.0")
Scala SBT
libraryDependencies += "org.javastack" % "webapp-properties" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.javastack', module='webapp-properties', version='1.0.0')
)
Apache Ivy
<dependency org="org.javastack" name="webapp-properties" rev="1.0.0" />
Leiningen
[org.javastack/webapp-properties "1.0.0"]
Apache Buildr
'org.javastack:webapp-properties:jar:1.0.0'
Dependencies