GroupId | GroupIddev.the-fireplace |
---|---|
ArtifactId | ArtifactIdFiresSurvivalTweaks |
Version | Version2.1.0+1.14.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/dev.the-fireplace/FiresSurvivalTweaks/ -->
<dependency>
<groupId>dev.the-fireplace</groupId>
<artifactId>FiresSurvivalTweaks</artifactId>
<version>2.1.0+1.14.4</version>
</dependency>
// https://jarcasting.com/artifacts/dev.the-fireplace/FiresSurvivalTweaks/
implementation 'dev.the-fireplace:FiresSurvivalTweaks:2.1.0+1.14.4'
// https://jarcasting.com/artifacts/dev.the-fireplace/FiresSurvivalTweaks/
implementation ("dev.the-fireplace:FiresSurvivalTweaks:2.1.0+1.14.4")
'dev.the-fireplace:FiresSurvivalTweaks:jar:2.1.0+1.14.4'
<dependency org="dev.the-fireplace" name="FiresSurvivalTweaks" rev="2.1.0+1.14.4">
<artifact name="FiresSurvivalTweaks" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.the-fireplace', module='FiresSurvivalTweaks', version='2.1.0+1.14.4')
)
libraryDependencies += "dev.the-fireplace" % "FiresSurvivalTweaks" % "2.1.0+1.14.4"
[dev.the-fireplace/FiresSurvivalTweaks "2.1.0+1.14.4"]