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