Last Version

Enklib EJB 0.1

Library, which allows to create EJB-powered service with RESTful API (via JAX-RS), password based authentication, persistent sessions identified by cookies, and data access layer powered by stored procedures.

License

License

GroupId

GroupId

com.kirgor.enklib
ArtifactId

ArtifactId

ejb
Version

Version

0.1
Type

Type

jar
Description

Description

Enklib EJB
Library, which allows to create EJB-powered service with RESTful API (via JAX-RS), password based authentication, persistent sessions identified by cookies, and data access layer powered by stored procedures.

Download ejb 0.1


<!-- https://jarcasting.com/artifacts/com.kirgor.enklib/ejb/ -->
<dependency>
    <groupId>com.kirgor.enklib</groupId>
    <artifactId>ejb</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kirgor.enklib/ejb/
implementation 'com.kirgor.enklib:ejb:0.1'
// https://jarcasting.com/artifacts/com.kirgor.enklib/ejb/
implementation ("com.kirgor.enklib:ejb:0.1")
'com.kirgor.enklib:ejb:jar:0.1'
<dependency org="com.kirgor.enklib" name="ejb" rev="0.1">
  <artifact name="ejb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kirgor.enklib', module='ejb', version='0.1')
)
libraryDependencies += "com.kirgor.enklib" % "ejb" % "0.1"
[com.kirgor.enklib/ejb "0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.kirgor.enklib : common jar 0.1.3
com.kirgor.enklib : compile jar 0.1
com.kirgor.enklib : sql jar 0.2

provided (1)

Group / Artifact Type Version
javax : javaee-web-api jar 6.0

Project Modules

There are no modules declared in this project.