Episode 1: Simple GUI creation
Original code in this project available under MIT License.
Dependencies available under their respective licenses.
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.the-h-team.menu_man |
| ArtifactId | ArtifactIdep-1-test |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMenuManEp1
A menu-man test project
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ep-1-test-1.0.pom | |
| ep-1-test-1.0.jar | 25 KB |
| ep-1-test-1.0-sources.jar | 4 KB |
| ep-1-test-1.0-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.the-h-team.menu_man/ep-1-test/ -->
<dependency>
<groupId>com.github.the-h-team.menu_man</groupId>
<artifactId>ep-1-test</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.the-h-team.menu_man/ep-1-test/
implementation 'com.github.the-h-team.menu_man:ep-1-test:1.0'
// https://jarcasting.com/artifacts/com.github.the-h-team.menu_man/ep-1-test/
implementation ("com.github.the-h-team.menu_man:ep-1-test:1.0")
'com.github.the-h-team.menu_man:ep-1-test:jar:1.0'
<dependency org="com.github.the-h-team.menu_man" name="ep-1-test" rev="1.0">
<artifact name="ep-1-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.the-h-team.menu_man', module='ep-1-test', version='1.0')
)
libraryDependencies += "com.github.the-h-team.menu_man" % "ep-1-test" % "1.0"
[com.github.the-h-team.menu_man/ep-1-test "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.ms5984.lib : menu-man | jar | 1.1.0-SNAPSHOT |
| Group / Artifact | Type | Version |
|---|---|---|
| org.spigotmc » spigot-api | jar | 1.16.5-R0.1-SNAPSHOT |
| com.github.Hempfest » ClansAPI | jar | 1.3 |
Original code in this project available under MIT License.
Dependencies available under their respective licenses.