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