<dependency> <groupId>com.github.rremer</groupId> <artifactId>minecraft-modpack-almond</artifactId> <version>1.18.1-2</version> <type>pom</type> </dependency>
'com.github.rremer:minecraft-modpack-almond:pom:1.18.1-2'
<dependency org="com.github.rremer" name="minecraft-modpack-almond" rev="1.18.1-2"> <artifact name="minecraft-modpack-almond" type="pom" /> </dependency>
@Grapes( @Grab(group='com.github.rremer', module='minecraft-modpack-almond', version='1.18.1-2') )
compile 'com.github.rremer:minecraft-modpack-almond:1.18.1-2'
libraryDependencies += "com.github.rremer" % "minecraft-modpack-almond" % "1.18.1-2"
[com.github.rremer/minecraft-modpack-almond "1.18.1-2"]