GroupId | GroupIdorg.gedcomx |
---|---|
ArtifactId | ArtifactIdgedcomx-date |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
gedcomx-date-2.1.1.pom | |
gedcomx-date-2.1.1.jar | 19 KB |
gedcomx-date-2.1.1-sources.jar | 15 KB |
gedcomx-date-2.1.1-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gedcomx/gedcomx-date/ -->
<dependency>
<groupId>org.gedcomx</groupId>
<artifactId>gedcomx-date</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gedcomx/gedcomx-date/
implementation 'org.gedcomx:gedcomx-date:2.1.1'
// https://jarcasting.com/artifacts/org.gedcomx/gedcomx-date/
implementation ("org.gedcomx:gedcomx-date:2.1.1")
'org.gedcomx:gedcomx-date:jar:2.1.1'
<dependency org="org.gedcomx" name="gedcomx-date" rev="2.1.1">
<artifact name="gedcomx-date" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gedcomx', module='gedcomx-date', version='2.1.1')
)
libraryDependencies += "org.gedcomx" % "gedcomx-date" % "2.1.1"
[org.gedcomx/gedcomx-date "2.1.1"]