GroupId | GroupIdcom.syntaxphoenix.syntaxapi |
---|---|
ArtifactId | ArtifactIdcommand |
Version | Version2.0.8 |
Type | Typejar |
Filename | Size |
---|---|
command-2.0.8.pom | |
command-2.0.8.jar | 71 KB |
command-2.0.8-sources.jar | 33 KB |
command-2.0.8-javadoc.jar | 305 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.syntaxphoenix.syntaxapi/command/ -->
<dependency>
<groupId>com.syntaxphoenix.syntaxapi</groupId>
<artifactId>command</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.syntaxphoenix.syntaxapi/command/
implementation 'com.syntaxphoenix.syntaxapi:command:2.0.8'
// https://jarcasting.com/artifacts/com.syntaxphoenix.syntaxapi/command/
implementation ("com.syntaxphoenix.syntaxapi:command:2.0.8")
'com.syntaxphoenix.syntaxapi:command:jar:2.0.8'
<dependency org="com.syntaxphoenix.syntaxapi" name="command" rev="2.0.8">
<artifact name="command" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.syntaxphoenix.syntaxapi', module='command', version='2.0.8')
)
libraryDependencies += "com.syntaxphoenix.syntaxapi" % "command" % "2.0.8"
[com.syntaxphoenix.syntaxapi/command "2.0.8"]