GroupId | GroupIdcom.xlrit.gears.runtime |
---|---|
ArtifactId | ArtifactIdgears-runtime-plugins |
Version | Version0.58-pre1 |
Type | Typepom |
Filename | Size |
---|---|
gears-runtime-plugins-0.58-pre1.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.58-pre1</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.58-pre1'
// https://jarcasting.com/artifacts/com.xlrit.gears.runtime/gears-runtime-plugins/
implementation ("com.xlrit.gears.runtime:gears-runtime-plugins:0.58-pre1")
'com.xlrit.gears.runtime:gears-runtime-plugins:pom:0.58-pre1'
<dependency org="com.xlrit.gears.runtime" name="gears-runtime-plugins" rev="0.58-pre1">
<artifact name="gears-runtime-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.xlrit.gears.runtime', module='gears-runtime-plugins', version='0.58-pre1')
)
libraryDependencies += "com.xlrit.gears.runtime" % "gears-runtime-plugins" % "0.58-pre1"
[com.xlrit.gears.runtime/gears-runtime-plugins "0.58-pre1"]