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