| License |
License |
|---|---|
| GroupId | GroupIdcom.rfksystems |
| ArtifactId | ArtifactIdmeson |
| Version | Version1.0.3 |
| Type | Typejar |
| Description |
DescriptionMeson
Distributed ID generator inspired by BSON's ObjectID and Snowflake
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationRFK Systems |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| meson-1.0.3.pom | |
| meson-1.0.3.jar | 12 KB |
| meson-1.0.3-sources.jar | 8 KB |
| meson-1.0.3-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rfksystems/meson/ -->
<dependency>
<groupId>com.rfksystems</groupId>
<artifactId>meson</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.rfksystems/meson/
implementation 'com.rfksystems:meson:1.0.3'
// https://jarcasting.com/artifacts/com.rfksystems/meson/
implementation ("com.rfksystems:meson:1.0.3")
'com.rfksystems:meson:jar:1.0.3'
<dependency org="com.rfksystems" name="meson" rev="1.0.3">
<artifact name="meson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rfksystems', module='meson', version='1.0.3')
)
libraryDependencies += "com.rfksystems" % "meson" % "1.0.3"
[com.rfksystems/meson "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mongodb : bson | jar | 3.6.3 |
| com.google.truth : truth | jar | 0.40 |
| junit : junit | jar | 4.12 |