Categories |
CategoriesUML Business Logic Libraries Documents Processing CLI User Interface ORM Data |
---|---|
GroupId | GroupIdcom.wcinformatics.umls.server |
ArtifactId | ArtifactIdterm-server-rest-client |
Version | Version1.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wcinformatics.umls.server/term-server-rest-client/ -->
<dependency>
<groupId>com.wcinformatics.umls.server</groupId>
<artifactId>term-server-rest-client</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wcinformatics.umls.server/term-server-rest-client/
implementation 'com.wcinformatics.umls.server:term-server-rest-client:1.4.0'
// https://jarcasting.com/artifacts/com.wcinformatics.umls.server/term-server-rest-client/
implementation ("com.wcinformatics.umls.server:term-server-rest-client:1.4.0")
'com.wcinformatics.umls.server:term-server-rest-client:jar:1.4.0'
<dependency org="com.wcinformatics.umls.server" name="term-server-rest-client" rev="1.4.0">
<artifact name="term-server-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wcinformatics.umls.server', module='term-server-rest-client', version='1.4.0')
)
libraryDependencies += "com.wcinformatics.umls.server" % "term-server-rest-client" % "1.4.0"
[com.wcinformatics.umls.server/term-server-rest-client "1.4.0"]