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