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