License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdau.gov.digitalhealth |
ArtifactId | ArtifactIdncts-syndication-client |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionNCTS Syndication Client Parent POM
Parent POM for Java library, Maven Mojo and CLI for downloading content from the National Clinical Terminology Service's syndication feed
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ncts-syndication-client-1.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.gov.digitalhealth/ncts-syndication-client/ -->
<dependency>
<groupId>au.gov.digitalhealth</groupId>
<artifactId>ncts-syndication-client</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/au.gov.digitalhealth/ncts-syndication-client/
implementation 'au.gov.digitalhealth:ncts-syndication-client:1.0.0'
// https://jarcasting.com/artifacts/au.gov.digitalhealth/ncts-syndication-client/
implementation ("au.gov.digitalhealth:ncts-syndication-client:1.0.0")
'au.gov.digitalhealth:ncts-syndication-client:pom:1.0.0'
<dependency org="au.gov.digitalhealth" name="ncts-syndication-client" rev="1.0.0">
<artifact name="ncts-syndication-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='au.gov.digitalhealth', module='ncts-syndication-client', version='1.0.0')
)
libraryDependencies += "au.gov.digitalhealth" % "ncts-syndication-client" % "1.0.0"
[au.gov.digitalhealth/ncts-syndication-client "1.0.0"]