Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.kwart.jd |
ArtifactId | ArtifactIdjd-cli-root |
Version | Versionjd-cli-1.2.1 |
Type | Typepom |
Filename | Size |
---|---|
jd-cli-root-jd-cli-1.2.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kwart.jd/jd-cli-root/ -->
<dependency>
<groupId>com.github.kwart.jd</groupId>
<artifactId>jd-cli-root</artifactId>
<version>jd-cli-1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kwart.jd/jd-cli-root/
implementation 'com.github.kwart.jd:jd-cli-root:jd-cli-1.2.1'
// https://jarcasting.com/artifacts/com.github.kwart.jd/jd-cli-root/
implementation ("com.github.kwart.jd:jd-cli-root:jd-cli-1.2.1")
'com.github.kwart.jd:jd-cli-root:pom:jd-cli-1.2.1'
<dependency org="com.github.kwart.jd" name="jd-cli-root" rev="jd-cli-1.2.1">
<artifact name="jd-cli-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kwart.jd', module='jd-cli-root', version='jd-cli-1.2.1')
)
libraryDependencies += "com.github.kwart.jd" % "jd-cli-root" % "jd-cli-1.2.1"
[com.github.kwart.jd/jd-cli-root "jd-cli-1.2.1"]