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