You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,16 @@
4
4
5
5
This library provides a set of classes that can be used to solve some common "problems" in eForms Applications:
6
6
7
-
* Automatically discovering and downloading new versions of the eForms SDK.
8
-
* Maintaining and instantiating at runtime the correct application component versions for different major versions of the SDK.
9
-
7
+
* Automatically discovering and downloading new versions of the eForms SDK.
8
+
* Maintaining and instantiating at runtime the correct application component versions for different major versions of the SDK.
10
9
11
10
## Using the eForms Core Library
12
11
13
12
The eForms Core library requires Java 11 or later.
14
13
15
14
It is available as a Maven package on Maven Central and can be used by adding the following to the project's `pom.xml`.
16
15
17
-
```
16
+
```xml
18
17
<dependencies>
19
18
...
20
19
<dependency>
@@ -37,7 +36,9 @@ Requirements:
37
36
38
37
Execute the following on the root folder of this project:
39
38
39
+
```text
40
40
mvn clean install
41
+
```
41
42
42
43
## Testing
43
44
@@ -46,9 +47,8 @@ Unit tests are available under `src/test/java/`.
46
47
After running the unit tests with `mvn test`, you can generate a coverage report with `mvn jacoco:report`.
47
48
The report is available under `target/site/jacoco/`, in HTML, CSV, and XML format.
48
49
49
-
50
50
[^1]: _Copyright 2022 European Union_
51
51
_Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission –
52
52
subsequent versions of the EUPL (the "Licence");_
53
53
_You may not use this work except in compliance with the Licence. You may obtain [a copy of the Licence here](LICENSE)._
54
-
_Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence._
54
+
_Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence._
0 commit comments