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