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