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