| Группа | Группаcom.outegret |
|---|---|
| Идентификатор | Идентификаторscene-files |
| Версия | Версия1.5.0.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| scene-files-1.5.0.RELEASE.pom | |
| scene-files-1.5.0.RELEASE.jar | 5 KB |
| scene-files-1.5.0.RELEASE-sources.jar | 3 KB |
| scene-files-1.5.0.RELEASE-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.outegret/scene-files/ -->
<dependency>
<groupId>com.outegret</groupId>
<artifactId>scene-files</artifactId>
<version>1.5.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.outegret/scene-files/
implementation 'com.outegret:scene-files:1.5.0.RELEASE'
// https://jarcasting.com/artifacts/com.outegret/scene-files/
implementation ("com.outegret:scene-files:1.5.0.RELEASE")
'com.outegret:scene-files:jar:1.5.0.RELEASE'
<dependency org="com.outegret" name="scene-files" rev="1.5.0.RELEASE">
<artifact name="scene-files" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outegret', module='scene-files', version='1.5.0.RELEASE')
)
libraryDependencies += "com.outegret" % "scene-files" % "1.5.0.RELEASE"
[com.outegret/scene-files "1.5.0.RELEASE"]