GroupId | GroupIdtop.focess |
---|---|
ArtifactId | ArtifactIdfocess-command |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
focess-command-1.2.0.pom | |
focess-command-1.2.0.jar | 37 KB |
focess-command-1.2.0-sources.jar | 18 KB |
focess-command-1.2.0-javadoc.jar | 549 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.focess/focess-command/ -->
<dependency>
<groupId>top.focess</groupId>
<artifactId>focess-command</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.focess/focess-command/
implementation 'top.focess:focess-command:1.2.0'
// https://jarcasting.com/artifacts/top.focess/focess-command/
implementation ("top.focess:focess-command:1.2.0")
'top.focess:focess-command:jar:1.2.0'
<dependency org="top.focess" name="focess-command" rev="1.2.0">
<artifact name="focess-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.focess', module='focess-command', version='1.2.0')
)
libraryDependencies += "top.focess" % "focess-command" % "1.2.0"
[top.focess/focess-command "1.2.0"]