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