Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.mantledillusion.injection |
ArtifactId | ArtifactIdhura-weblaunch |
Version | Version2.0.0.ALPHA4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mantledillusion.injection/hura-weblaunch/ -->
<dependency>
<groupId>com.mantledillusion.injection</groupId>
<artifactId>hura-weblaunch</artifactId>
<version>2.0.0.ALPHA4</version>
</dependency>
// https://jarcasting.com/artifacts/com.mantledillusion.injection/hura-weblaunch/
implementation 'com.mantledillusion.injection:hura-weblaunch:2.0.0.ALPHA4'
// https://jarcasting.com/artifacts/com.mantledillusion.injection/hura-weblaunch/
implementation ("com.mantledillusion.injection:hura-weblaunch:2.0.0.ALPHA4")
'com.mantledillusion.injection:hura-weblaunch:jar:2.0.0.ALPHA4'
<dependency org="com.mantledillusion.injection" name="hura-weblaunch" rev="2.0.0.ALPHA4">
<artifact name="hura-weblaunch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mantledillusion.injection', module='hura-weblaunch', version='2.0.0.ALPHA4')
)
libraryDependencies += "com.mantledillusion.injection" % "hura-weblaunch" % "2.0.0.ALPHA4"
[com.mantledillusion.injection/hura-weblaunch "2.0.0.ALPHA4"]