License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.juanmuscaria |
ArtifactId | ArtifactIdevent-assistant |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEvent Assistant
A set of utilities to deal with both forge and bukkit without the headache of sides
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
event-assistant-1.0.0.pom | |
event-assistant-1.0.0.jar | 19 KB |
event-assistant-1.0.0-sources.jar | 9 KB |
event-assistant-1.0.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.juanmuscaria/event-assistant/ -->
<dependency>
<groupId>com.juanmuscaria</groupId>
<artifactId>event-assistant</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.juanmuscaria/event-assistant/
implementation 'com.juanmuscaria:event-assistant:1.0.0'
// https://jarcasting.com/artifacts/com.juanmuscaria/event-assistant/
implementation ("com.juanmuscaria:event-assistant:1.0.0")
'com.juanmuscaria:event-assistant:jar:1.0.0'
<dependency org="com.juanmuscaria" name="event-assistant" rev="1.0.0">
<artifact name="event-assistant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.juanmuscaria', module='event-assistant', version='1.0.0')
)
libraryDependencies += "com.juanmuscaria" % "event-assistant" % "1.0.0"
[com.juanmuscaria/event-assistant "1.0.0"]