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
@@ -13,32 +13,32 @@ This library is a set of common classes and methods, including:
13
13
- A wrapper for caching, using [Caffeine][caffeine-home]
14
14
- A wrapper for hashing, using [Zero-allocation Hashing][zah-home]
15
15
- A wrapper for serialization, using [FST][fst-home]
16
-
- Utility classes about primitives, collections, functional interfaces, concurrency, reflection,...
16
+
- Utility classes about primitives, collections, functional interfaces, concurrency, reflection, etc.
17
17
18
18
It was created to regroup and share classes, methods and dependencies between the different projects of the Atlanmod team, and was designed to ease updating without interfering with other projects.
19
19
20
20
Some of methods are inspired by [Guava][guava-home].
21
21
22
22
## Latest release
23
23
24
-
The most recent release is Atlanmod Commons 1.0.1, released November 22, 2017.
24
+
The most recent release is Atlanmod Commons 1.0.2, released November 22, 2017.
25
25
- Javadoc: [neoemf][release-doc]
26
26
27
27
To add a dependency on this library using Maven, use the following:
28
28
```xml
29
29
<dependencies>
30
30
<dependency>
31
-
<groupId>fr.inria.atlanmod.commons</groupId>
31
+
<groupId>org.atlanmod.commons</groupId>
32
32
<artifactId>commons-core</artifactId>
33
-
<version>1.0.1</version>
33
+
<version>1.0.2</version>
34
34
</dependency>
35
35
</dependencies>
36
36
```
37
37
38
38
39
39
## Snapshots
40
40
41
-
Snapshots are automatically build from the `master` and are available throught Maven using `1.0.2-SNAPSHOT`.
41
+
Snapshots are automatically build from the `master` and are available throught Maven using `1.0.3-SNAPSHOT`.
0 commit comments