plsar
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.plsar</groupId> <artifactId>plsar</artifactId> <version>2.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>net.plsar</groupId> <artifactId>plsar</artifactId> <version>2.2.0</version> <packaging>pom</packaging> <name>PLSA.R</name> <description>PLSA.R is an Open Source Java Server + API for high demand, low latency requirements. There are no static references, no file reads, access to static fields per request. Everything is either cached and or instantiated on the fly. PLSA.R runs via one command so there are no .war files to deploy, no additional plugins to install it is a simple yet powerful alternative to container deployment environments. PLSA.R even boasts a little dependency injection for data logic. www.plsar.net</description> <url>http://www.plsar.net</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>mcroteau</id> <name>Mike Croteau</name> <email>mike@ae0n.net</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/plsa-r/plsa.r.git</connection> <developerConnection>scm:git:ssh://github.com/plsa-r/plsa.r.git</developerConnection> <url>https://github.com/plsa-r/plsa.r</url> </scm> </project>