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