Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdio.github.dtm-labs |
ArtifactId | ArtifactIddtmcli-java-parent |
Version | Version2.0.5 |
Type | Typepom |
Filename | Size |
---|---|
dtmcli-java-parent-2.0.5.pom | 10 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.0.5</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.0.5'
// https://jarcasting.com/artifacts/io.github.dtm-labs/dtmcli-java-parent/
implementation ("io.github.dtm-labs:dtmcli-java-parent:2.0.5")
'io.github.dtm-labs:dtmcli-java-parent:pom:2.0.5'
<dependency org="io.github.dtm-labs" name="dtmcli-java-parent" rev="2.0.5">
<artifact name="dtmcli-java-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dtm-labs', module='dtmcli-java-parent', version='2.0.5')
)
libraryDependencies += "io.github.dtm-labs" % "dtmcli-java-parent" % "2.0.5"
[io.github.dtm-labs/dtmcli-java-parent "2.0.5"]