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