<dependency> <groupId>de.paktosan</groupId> <artifactId>mcServer-maven-plugin</artifactId> <version>1.0</version> <type>maven-plugin</type> </dependency>
implementation 'de.paktosan:mcServer-maven-plugin:1.0'
implementation("de.paktosan:mcServer-maven-plugin:1.0")
libraryDependencies += "de.paktosan" % "mcServer-maven-plugin" % "1.0"
@Grapes( @Grab(group='de.paktosan', module='mcServer-maven-plugin', version='1.0') )
<dependency org="de.paktosan" name="mcServer-maven-plugin" rev="1.0" />
[de.paktosan/mcServer-maven-plugin "1.0"]
'de.paktosan:mcServer-maven-plugin:jar:1.0'
compile
|-- org.apache.maven:maven-plugin-api:2.0
|-- org.apache.maven:maven-project:2.2.1
|-- commons-io:commons-io:2.5
test
|-- junit:junit:3.8.1