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