Download efaps-kernel-3.2.0.jar file - Jar e

Jar examples for e:efaps-kernel

Description

eFaps is a framework used to map objects with or without attached files to a relational database and optional file systems (only for attaches files). Configurable access control can be provided down to object and attribute level depending on implementation and use case. Depending on requirements, events (like triggers) allow to implement business logic and to separate business logic from user interface. The framework includes integrations (e.g. webdav, full text search) and a web application as 'simple' configurable user interface. Some best practises, example web application modules (e.g. team work module) support administrators and implementers using this framework.

You can download jar file efaps-kernel 3.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add efaps-kernel-3.2.0.jar to your project.

<dependency>
   <groupId>org.efaps</groupId>
   <artifactId>efaps-kernel</artifactId>
   <version>3.2.0</version>
</dependency>
compile group: 'org.efaps', name: 'efaps-kernel', version: '3.2.0'
libraryDependencies += "org.efaps" % "efaps-kernel" % "3.2.0"
<dependency org="org.efaps" name="efaps-kernel" rev="3.2.0"/>
@Grapes(@Grab(group='org.efaps', module='efaps-kernel', version='3.2.0'))
'org.efaps:efaps-kernel:jar:3.2.0'

Download

Click the following link to download the jar file.

efaps-kernel-3.2.0-javadoc.jar
efaps-kernel-3.2.0-sources.jar
efaps-kernel-3.2.0-tests.jar
efaps-kernel-3.2.0.jar
efaps-kernel-3.2.0.pom



Related Tutorials