| Categories | CategoriesJava Languages CLI User Interface | 
|---|---|
| GroupId | GroupIdio.github.dtm-labs | 
| ArtifactId | ArtifactIddtmcli-java-parent | 
| Version | Version2.0.2-Release | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| dtmcli-java-parent-2.0.2-Release.pom | |
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.dtm-labs/dtmcli-java-parent/ -->
<dependency>
    <groupId>io.github.dtm-labs</groupId>
    <artifactId>dtmcli-java-parent</artifactId>
    <version>2.0.2-Release</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/io.github.dtm-labs/dtmcli-java-parent/
implementation 'io.github.dtm-labs:dtmcli-java-parent:2.0.2-Release'// https://jarcasting.com/artifacts/io.github.dtm-labs/dtmcli-java-parent/
implementation ("io.github.dtm-labs:dtmcli-java-parent:2.0.2-Release")'io.github.dtm-labs:dtmcli-java-parent:pom:2.0.2-Release'<dependency org="io.github.dtm-labs" name="dtmcli-java-parent" rev="2.0.2-Release">
  <artifact name="dtmcli-java-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='io.github.dtm-labs', module='dtmcli-java-parent', version='2.0.2-Release')
)libraryDependencies += "io.github.dtm-labs" % "dtmcli-java-parent" % "2.0.2-Release"[io.github.dtm-labs/dtmcli-java-parent "2.0.2-Release"]