| Categories | CategoriesMinecraft Business Logic Libraries CLI User Interface | 
|---|---|
| GroupId | GroupIdcom.github.rremer | 
| ArtifactId | ArtifactIdminecraft-modpack-almond-client | 
| Version | Version20w10a-1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.rremer/minecraft-modpack-almond-client/ -->
<dependency>
    <groupId>com.github.rremer</groupId>
    <artifactId>minecraft-modpack-almond-client</artifactId>
    <version>20w10a-1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.rremer/minecraft-modpack-almond-client/
implementation 'com.github.rremer:minecraft-modpack-almond-client:20w10a-1'// https://jarcasting.com/artifacts/com.github.rremer/minecraft-modpack-almond-client/
implementation ("com.github.rremer:minecraft-modpack-almond-client:20w10a-1")'com.github.rremer:minecraft-modpack-almond-client:jar:20w10a-1'<dependency org="com.github.rremer" name="minecraft-modpack-almond-client" rev="20w10a-1">
  <artifact name="minecraft-modpack-almond-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.rremer', module='minecraft-modpack-almond-client', version='20w10a-1')
)libraryDependencies += "com.github.rremer" % "minecraft-modpack-almond-client" % "20w10a-1"[com.github.rremer/minecraft-modpack-almond-client "20w10a-1"]