| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаcom.github.wmixvideo |
| Идентификатор | Идентификаторnfe |
| Версия | Версия3.0.32 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| nfe-3.0.32.pom | |
| nfe-3.0.32.jar | 2 MB |
| nfe-3.0.32-sources.jar | 1 MB |
| nfe-3.0.32-javadoc.jar | 7 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.wmixvideo/nfe/ -->
<dependency>
<groupId>com.github.wmixvideo</groupId>
<artifactId>nfe</artifactId>
<version>3.0.32</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wmixvideo/nfe/
implementation 'com.github.wmixvideo:nfe:3.0.32'
// https://jarcasting.com/artifacts/com.github.wmixvideo/nfe/
implementation ("com.github.wmixvideo:nfe:3.0.32")
'com.github.wmixvideo:nfe:jar:3.0.32'
<dependency org="com.github.wmixvideo" name="nfe" rev="3.0.32">
<artifact name="nfe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wmixvideo', module='nfe', version='3.0.32')
)
libraryDependencies += "com.github.wmixvideo" % "nfe" % "3.0.32"
[com.github.wmixvideo/nfe "3.0.32"]