License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.wcinformatics.tt |
ArtifactId | ArtifactIdtt-parent |
Version | Version1.2.0 |
Type | Typepom |
Description |
DescriptionWCI Terminology Transformer Project parent
Parent project. Used to define versions of third party modules
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tt-parent-1.2.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wcinformatics.tt/tt-parent/ -->
<dependency>
<groupId>com.wcinformatics.tt</groupId>
<artifactId>tt-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wcinformatics.tt/tt-parent/
implementation 'com.wcinformatics.tt:tt-parent:1.2.0'
// https://jarcasting.com/artifacts/com.wcinformatics.tt/tt-parent/
implementation ("com.wcinformatics.tt:tt-parent:1.2.0")
'com.wcinformatics.tt:tt-parent:pom:1.2.0'
<dependency org="com.wcinformatics.tt" name="tt-parent" rev="1.2.0">
<artifact name="tt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wcinformatics.tt', module='tt-parent', version='1.2.0')
)
libraryDependencies += "com.wcinformatics.tt" % "tt-parent" % "1.2.0"
[com.wcinformatics.tt/tt-parent "1.2.0"]