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