GroupId | GroupIdorg.gedcomx |
---|---|
ArtifactId | ArtifactIdenunciate-gedcomx-support |
Version | Version1.0.170.M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.gedcomx/enunciate-gedcomx-support/ -->
<dependency>
<groupId>org.gedcomx</groupId>
<artifactId>enunciate-gedcomx-support</artifactId>
<version>1.0.170.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gedcomx/enunciate-gedcomx-support/
implementation 'org.gedcomx:enunciate-gedcomx-support:1.0.170.M1'
// https://jarcasting.com/artifacts/org.gedcomx/enunciate-gedcomx-support/
implementation ("org.gedcomx:enunciate-gedcomx-support:1.0.170.M1")
'org.gedcomx:enunciate-gedcomx-support:jar:1.0.170.M1'
<dependency org="org.gedcomx" name="enunciate-gedcomx-support" rev="1.0.170.M1">
<artifact name="enunciate-gedcomx-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gedcomx', module='enunciate-gedcomx-support', version='1.0.170.M1')
)
libraryDependencies += "org.gedcomx" % "enunciate-gedcomx-support" % "1.0.170.M1"
[org.gedcomx/enunciate-gedcomx-support "1.0.170.M1"]