Bukkit-Plugin-Simple

A Maven archetype which creates a simple Bukkit plugin

License

License

Categories

Categories

Net
GroupId

GroupId

net.ja731j.bukkit
ArtifactId

ArtifactId

bukkit-plugin-simple
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Bukkit-Plugin-Simple
A Maven archetype which creates a simple Bukkit plugin
Project URL

Project URL

https://github.com/jetkiwi/Bukkit-Plugin-Simple
Source Code Management

Source Code Management

https://github.com/jetkiwi/Bukkit-Plugin-Simple

Download bukkit-plugin-simple

How to add to project

<!-- https://jarcasting.com/artifacts/net.ja731j.bukkit/bukkit-plugin-simple/ -->
<dependency>
    <groupId>net.ja731j.bukkit</groupId>
    <artifactId>bukkit-plugin-simple</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ja731j.bukkit/bukkit-plugin-simple/
implementation 'net.ja731j.bukkit:bukkit-plugin-simple:1.0.1'
// https://jarcasting.com/artifacts/net.ja731j.bukkit/bukkit-plugin-simple/
implementation ("net.ja731j.bukkit:bukkit-plugin-simple:1.0.1")
'net.ja731j.bukkit:bukkit-plugin-simple:jar:1.0.1'
<dependency org="net.ja731j.bukkit" name="bukkit-plugin-simple" rev="1.0.1">
  <artifact name="bukkit-plugin-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ja731j.bukkit', module='bukkit-plugin-simple', version='1.0.1')
)
libraryDependencies += "net.ja731j.bukkit" % "bukkit-plugin-simple" % "1.0.1"
[net.ja731j.bukkit/bukkit-plugin-simple "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Bukkit-Plugin-Simple

A Maven Archetype plugin which creates a simple Bukkit plugin.

Versions

Version
1.0.1
1.0.0