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