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