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