is not current version
Last Version 3.2.0

org.efaps:efaps-kernel 1.14.0

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.

GroupId

GroupId

org.efaps
ArtifactId

ArtifactId

efaps-kernel
Version

Version

1.14.0
Type

Type

jar

Download efaps-kernel 1.14.0


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