License |
License |
---|---|
GroupId | GroupIdcom.kirgor.enklib |
ArtifactId | ArtifactIdejb |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionEnklib 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.
|
Filename | Size |
---|---|
ejb-0.1.pom | |
ejb-0.1.jar | 14 KB |
ejb-0.1-sources.jar | 10 KB |
ejb-0.1-javadoc.jar | 90 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-web-api | jar | 6.0 |