eFaps-API
eFaps Application Program Interface
A collection of Interfaces and Enums which are packed in there own module to be able to have for example more than only one UserInterface.
License |
License |
---|---|
GroupId | GroupIdorg.efaps |
ArtifactId | ArtifactIdefaps-api |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptioneFaps API
eFaps is an Open Source ERP.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
efaps-api-3.2.0.pom | |
efaps-api-3.2.0.jar | 9 KB |
efaps-api-3.2.0-sources.jar | 8 KB |
efaps-api-3.2.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.efaps/efaps-api/ -->
<dependency>
<groupId>org.efaps</groupId>
<artifactId>efaps-api</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.efaps/efaps-api/
implementation 'org.efaps:efaps-api:3.2.0'
// https://jarcasting.com/artifacts/org.efaps/efaps-api/
implementation ("org.efaps:efaps-api:3.2.0")
'org.efaps:efaps-api:jar:3.2.0'
<dependency org="org.efaps" name="efaps-api" rev="3.2.0">
<artifact name="efaps-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.efaps', module='efaps-api', version='3.2.0')
)
libraryDependencies += "org.efaps" % "efaps-api" % "3.2.0"
[org.efaps/efaps-api "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.efaps : efaps-kernel | jar | 3.2.0 |
eFaps Application Program Interface
A collection of Interfaces and Enums which are packed in there own module to be able to have for example more than only one UserInterface.