Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.dtm-labs |
ArtifactId | ArtifactIddtmcli-core |
Version | Version2.0.3-Release |
Type | Typejar |
Filename | Size |
---|---|
dtmcli-core-2.0.3-Release.pom | |
dtmcli-core-2.0.3-Release.jar | 14 KB |
dtmcli-core-2.0.3-Release-sources.jar | 9 KB |
dtmcli-core-2.0.3-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.3-Release</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dtm-labs/dtmcli-core/
implementation 'io.github.dtm-labs:dtmcli-core:2.0.3-Release'
// https://jarcasting.com/artifacts/io.github.dtm-labs/dtmcli-core/
implementation ("io.github.dtm-labs:dtmcli-core:2.0.3-Release")
'io.github.dtm-labs:dtmcli-core:jar:2.0.3-Release'
<dependency org="io.github.dtm-labs" name="dtmcli-core" rev="2.0.3-Release">
<artifact name="dtmcli-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dtm-labs', module='dtmcli-core', version='2.0.3-Release')
)
libraryDependencies += "io.github.dtm-labs" % "dtmcli-core" % "2.0.3-Release"
[io.github.dtm-labs/dtmcli-core "2.0.3-Release"]