GroupId | GroupIdcom.xlrit.gears.runtime |
---|---|
ArtifactId | ArtifactIdgears-runtime-common |
Version | Version0.84 |
Type | Typejar |
Filename | Size |
---|---|
gears-runtime-common-0.84.pom | |
gears-runtime-common-0.84.jar | 76 KB |
gears-runtime-common-0.84-sources.jar | 41 KB |
gears-runtime-common-0.84-javadoc.jar | 775 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xlrit.gears.runtime/gears-runtime-common/ -->
<dependency>
<groupId>com.xlrit.gears.runtime</groupId>
<artifactId>gears-runtime-common</artifactId>
<version>0.84</version>
</dependency>
// https://jarcasting.com/artifacts/com.xlrit.gears.runtime/gears-runtime-common/
implementation 'com.xlrit.gears.runtime:gears-runtime-common:0.84'
// https://jarcasting.com/artifacts/com.xlrit.gears.runtime/gears-runtime-common/
implementation ("com.xlrit.gears.runtime:gears-runtime-common:0.84")
'com.xlrit.gears.runtime:gears-runtime-common:jar:0.84'
<dependency org="com.xlrit.gears.runtime" name="gears-runtime-common" rev="0.84">
<artifact name="gears-runtime-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xlrit.gears.runtime', module='gears-runtime-common', version='0.84')
)
libraryDependencies += "com.xlrit.gears.runtime" % "gears-runtime-common" % "0.84"
[com.xlrit.gears.runtime/gears-runtime-common "0.84"]