| GroupId | GroupIdcom.github.ms5984.api |
|---|---|
| ArtifactId | ArtifactIdMenuMan |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| MenuMan-1.0.0.pom | |
| MenuMan-1.0.0.jar | 15 KB |
| MenuMan-1.0.0-sources.jar | 12 KB |
| MenuMan-1.0.0-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ms5984.api/MenuMan/ -->
<dependency>
<groupId>com.github.ms5984.api</groupId>
<artifactId>MenuMan</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ms5984.api/MenuMan/
implementation 'com.github.ms5984.api:MenuMan:1.0.0'
// https://jarcasting.com/artifacts/com.github.ms5984.api/MenuMan/
implementation ("com.github.ms5984.api:MenuMan:1.0.0")
'com.github.ms5984.api:MenuMan:jar:1.0.0'
<dependency org="com.github.ms5984.api" name="MenuMan" rev="1.0.0">
<artifact name="MenuMan" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ms5984.api', module='MenuMan', version='1.0.0')
)
libraryDependencies += "com.github.ms5984.api" % "MenuMan" % "1.0.0"
[com.github.ms5984.api/MenuMan "1.0.0"]