GroupId | GroupIdcom.outegret |
---|---|
ArtifactId | ArtifactIdscene-order |
Version | Version1.0.8.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.outegret/scene-order/ -->
<dependency>
<groupId>com.outegret</groupId>
<artifactId>scene-order</artifactId>
<version>1.0.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.outegret/scene-order/
implementation 'com.outegret:scene-order:1.0.8.RELEASE'
// https://jarcasting.com/artifacts/com.outegret/scene-order/
implementation ("com.outegret:scene-order:1.0.8.RELEASE")
'com.outegret:scene-order:jar:1.0.8.RELEASE'
<dependency org="com.outegret" name="scene-order" rev="1.0.8.RELEASE">
<artifact name="scene-order" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outegret', module='scene-order', version='1.0.8.RELEASE')
)
libraryDependencies += "com.outegret" % "scene-order" % "1.0.8.RELEASE"
[com.outegret/scene-order "1.0.8.RELEASE"]