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