| Categories | CategoriesUML Business Logic Libraries Documents Processing config Application Layer Libs Configuration ORM Data | 
|---|---|
| GroupId | GroupIdcom.wcinformatics.umls.server | 
| ArtifactId | ArtifactIdterm-server-config | 
| Version | Version1.5.1-fg-rc | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| term-server-config-1.5.1-fg-rc.pom | |
| term-server-config-1.5.1-fg-rc.zip | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.wcinformatics.umls.server/term-server-config/ -->
<dependency>
    <groupId>com.wcinformatics.umls.server</groupId>
    <artifactId>term-server-config</artifactId>
    <version>1.5.1-fg-rc</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.wcinformatics.umls.server/term-server-config/
implementation 'com.wcinformatics.umls.server:term-server-config:1.5.1-fg-rc'// https://jarcasting.com/artifacts/com.wcinformatics.umls.server/term-server-config/
implementation ("com.wcinformatics.umls.server:term-server-config:1.5.1-fg-rc")'com.wcinformatics.umls.server:term-server-config:pom:1.5.1-fg-rc'<dependency org="com.wcinformatics.umls.server" name="term-server-config" rev="1.5.1-fg-rc">
  <artifact name="term-server-config" type="pom" />
</dependency>@Grapes(
@Grab(group='com.wcinformatics.umls.server', module='term-server-config', version='1.5.1-fg-rc')
)libraryDependencies += "com.wcinformatics.umls.server" % "term-server-config" % "1.5.1-fg-rc"[com.wcinformatics.umls.server/term-server-config "1.5.1-fg-rc"]