| GroupId | GroupIdcom.xlrit.gears.runtime | 
    
|---|---|
| ArtifactId | ArtifactIdgears-runtime-plugins | 
    
| Version | Version0.55-pre2 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| gears-runtime-plugins-0.55-pre2.pom | 735 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.xlrit.gears.runtime/gears-runtime-plugins/ -->
<dependency>
    <groupId>com.xlrit.gears.runtime</groupId>
    <artifactId>gears-runtime-plugins</artifactId>
    <version>0.55-pre2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.xlrit.gears.runtime/gears-runtime-plugins/
implementation 'com.xlrit.gears.runtime:gears-runtime-plugins:0.55-pre2'
                // https://jarcasting.com/artifacts/com.xlrit.gears.runtime/gears-runtime-plugins/
implementation ("com.xlrit.gears.runtime:gears-runtime-plugins:0.55-pre2")
                'com.xlrit.gears.runtime:gears-runtime-plugins:pom:0.55-pre2'
                <dependency org="com.xlrit.gears.runtime" name="gears-runtime-plugins" rev="0.55-pre2">
  <artifact name="gears-runtime-plugins" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.xlrit.gears.runtime', module='gears-runtime-plugins', version='0.55-pre2')
)
                libraryDependencies += "com.xlrit.gears.runtime" % "gears-runtime-plugins" % "0.55-pre2"
                [com.xlrit.gears.runtime/gears-runtime-plugins "0.55-pre2"]