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