GroupId | GroupIdcom.xlrit.gears.runtime |
---|---|
ArtifactId | ArtifactIdgears-runtime-common |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
gears-runtime-common-1.2.pom | |
gears-runtime-common-1.2.jar | 85 KB |
gears-runtime-common-1.2-sources.jar | 45 KB |
gears-runtime-common-1.2-javadoc.jar | 829 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>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.xlrit.gears.runtime/gears-runtime-common/
implementation 'com.xlrit.gears.runtime:gears-runtime-common:1.2'
// https://jarcasting.com/artifacts/com.xlrit.gears.runtime/gears-runtime-common/
implementation ("com.xlrit.gears.runtime:gears-runtime-common:1.2")
'com.xlrit.gears.runtime:gears-runtime-common:jar:1.2'
<dependency org="com.xlrit.gears.runtime" name="gears-runtime-common" rev="1.2">
<artifact name="gears-runtime-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xlrit.gears.runtime', module='gears-runtime-common', version='1.2')
)
libraryDependencies += "com.xlrit.gears.runtime" % "gears-runtime-common" % "1.2"
[com.xlrit.gears.runtime/gears-runtime-common "1.2"]