GroupId | GroupIdcom.outegret |
---|---|
ArtifactId | ArtifactIdscene-hw |
Version | Version1.2.9.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
scene-hw-1.2.9.RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.outegret/scene-hw/ -->
<dependency>
<groupId>com.outegret</groupId>
<artifactId>scene-hw</artifactId>
<version>1.2.9.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.outegret/scene-hw/
implementation 'com.outegret:scene-hw:1.2.9.RELEASE'
// https://jarcasting.com/artifacts/com.outegret/scene-hw/
implementation ("com.outegret:scene-hw:1.2.9.RELEASE")
'com.outegret:scene-hw:pom:1.2.9.RELEASE'
<dependency org="com.outegret" name="scene-hw" rev="1.2.9.RELEASE">
<artifact name="scene-hw" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.outegret', module='scene-hw', version='1.2.9.RELEASE')
)
libraryDependencies += "com.outegret" % "scene-hw" % "1.2.9.RELEASE"
[com.outegret/scene-hw "1.2.9.RELEASE"]