| License | License
                                                        MIT                                                 | 
|---|---|
| Categories | CategoriesMinecraft Business Logic Libraries CLI User Interface | 
| GroupId | GroupIdcom.github.rremer | 
| ArtifactId | ArtifactIdminecraft-modpack-almond-client | 
| Last Version | Last Version20w14a-1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMinecraft Modpack Almond Client Client for a vanilla-substitute of Minecraft. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/com.github.rremer/minecraft-modpack-almond-client/ -->
<dependency>
    <groupId>com.github.rremer</groupId>
    <artifactId>minecraft-modpack-almond-client</artifactId>
    <version>20w14a-1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.rremer/minecraft-modpack-almond-client/
implementation 'com.github.rremer:minecraft-modpack-almond-client:20w14a-1'// https://jarcasting.com/artifacts/com.github.rremer/minecraft-modpack-almond-client/
implementation ("com.github.rremer:minecraft-modpack-almond-client:20w14a-1")'com.github.rremer:minecraft-modpack-almond-client:jar:20w14a-1'<dependency org="com.github.rremer" name="minecraft-modpack-almond-client" rev="20w14a-1">
  <artifact name="minecraft-modpack-almond-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.rremer', module='minecraft-modpack-almond-client', version='20w14a-1')
)libraryDependencies += "com.github.rremer" % "minecraft-modpack-almond-client" % "20w14a-1"[com.github.rremer/minecraft-modpack-almond-client "20w14a-1"]