Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-properties-ext-cli |
Version | Version3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-properties-ext-cli/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-properties-ext-cli</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-properties-ext-cli/
implementation 'org.refcodes:refcodes-properties-ext-cli:3.0.1'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-properties-ext-cli/
implementation ("org.refcodes:refcodes-properties-ext-cli:3.0.1")
'org.refcodes:refcodes-properties-ext-cli:jar:3.0.1'
<dependency org="org.refcodes" name="refcodes-properties-ext-cli" rev="3.0.1">
<artifact name="refcodes-properties-ext-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-properties-ext-cli', version='3.0.1')
)
libraryDependencies += "org.refcodes" % "refcodes-properties-ext-cli" % "3.0.1"
[org.refcodes/refcodes-properties-ext-cli "3.0.1"]