plsar-framework

Kotlin Web Framework. PLSAR incorporates everything you need in order to build a full stack web system including: dependency injection, http routing, a data persistence layer, templating and view data binding. We hope you enjoy

License

License

Categories

Categories

Net
GroupId

GroupId

net.plsar
ArtifactId

ArtifactId

plsar-framework
Last Version

Last Version

1.01
Release Date

Release Date

Type

Type

pom
Description

Description

plsar-framework
Kotlin Web Framework. PLSAR incorporates everything you need in order to build a full stack web system including: dependency injection, http routing, a data persistence layer, templating and view data binding. We hope you enjoy
Project URL

Project URL

http://github.com/mcroteau/plsar
Source Code Management

Source Code Management

https://github.com/mcroteau/plsar

Download plsar-framework

How to add to project

<!-- https://jarcasting.com/artifacts/net.plsar/plsar-framework/ -->
<dependency>
    <groupId>net.plsar</groupId>
    <artifactId>plsar-framework</artifactId>
    <version>1.01</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.plsar/plsar-framework/
implementation 'net.plsar:plsar-framework:1.01'
// https://jarcasting.com/artifacts/net.plsar/plsar-framework/
implementation ("net.plsar:plsar-framework:1.01")
'net.plsar:plsar-framework:pom:1.01'
<dependency org="net.plsar" name="plsar-framework" rev="1.01">
  <artifact name="plsar-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.plsar', module='plsar-framework', version='1.01')
)
libraryDependencies += "net.plsar" % "plsar-framework" % "1.01"
[net.plsar/plsar-framework "1.01"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.01
1.00