| GroupId | GroupIdio.apptik.rhub | 
|---|---|
| ArtifactId | ArtifactIdshield-base-processor | 
| Version | Version0.1.0-alpha1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.apptik.rhub/shield-base-processor/ -->
<dependency>
    <groupId>io.apptik.rhub</groupId>
    <artifactId>shield-base-processor</artifactId>
    <version>0.1.0-alpha1</version>
</dependency>// https://jarcasting.com/artifacts/io.apptik.rhub/shield-base-processor/
implementation 'io.apptik.rhub:shield-base-processor:0.1.0-alpha1'// https://jarcasting.com/artifacts/io.apptik.rhub/shield-base-processor/
implementation ("io.apptik.rhub:shield-base-processor:0.1.0-alpha1")'io.apptik.rhub:shield-base-processor:jar:0.1.0-alpha1'<dependency org="io.apptik.rhub" name="shield-base-processor" rev="0.1.0-alpha1">
  <artifact name="shield-base-processor" type="jar" />
</dependency>@Grapes(
@Grab(group='io.apptik.rhub', module='shield-base-processor', version='0.1.0-alpha1')
)libraryDependencies += "io.apptik.rhub" % "shield-base-processor" % "0.1.0-alpha1"[io.apptik.rhub/shield-base-processor "0.1.0-alpha1"]