GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-command |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
refcodes-command-2.0.3.pom | |
refcodes-command-2.0.3.jar | 14 KB |
refcodes-command-2.0.3-tests.jar | 5 KB |
refcodes-command-2.0.3-sources.jar | 18 KB |
refcodes-command-2.0.3-javadoc.jar | 470 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-command/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-command</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-command/
implementation 'org.refcodes:refcodes-command:2.0.3'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-command/
implementation ("org.refcodes:refcodes-command:2.0.3")
'org.refcodes:refcodes-command:jar:2.0.3'
<dependency org="org.refcodes" name="refcodes-command" rev="2.0.3">
<artifact name="refcodes-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-command', version='2.0.3')
)
libraryDependencies += "org.refcodes" % "refcodes-command" % "2.0.3"
[org.refcodes/refcodes-command "2.0.3"]