GroupId | GroupIdcom.github.siroshun09.mccommand |
---|---|
ArtifactId | ArtifactIdmccommand |
Version | Version2.2.2 |
Type | Typepom |
Filename | Size |
---|---|
mccommand-2.2.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/mccommand/ -->
<dependency>
<groupId>com.github.siroshun09.mccommand</groupId>
<artifactId>mccommand</artifactId>
<version>2.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/mccommand/
implementation 'com.github.siroshun09.mccommand:mccommand:2.2.2'
// https://jarcasting.com/artifacts/com.github.siroshun09.mccommand/mccommand/
implementation ("com.github.siroshun09.mccommand:mccommand:2.2.2")
'com.github.siroshun09.mccommand:mccommand:pom:2.2.2'
<dependency org="com.github.siroshun09.mccommand" name="mccommand" rev="2.2.2">
<artifact name="mccommand" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.siroshun09.mccommand', module='mccommand', version='2.2.2')
)
libraryDependencies += "com.github.siroshun09.mccommand" % "mccommand" % "2.2.2"
[com.github.siroshun09.mccommand/mccommand "2.2.2"]