| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.github.wmixvideo |
| ArtifactId | ArtifactIdnfe |
| Version | Version3.0.3-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| nfe-3.0.3-RELEASE.pom | |
| nfe-3.0.3-RELEASE.jar | 2 MB |
| nfe-3.0.3-RELEASE-sources.jar | 1 MB |
| nfe-3.0.3-RELEASE-javadoc.jar | 7 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wmixvideo/nfe/ -->
<dependency>
<groupId>com.github.wmixvideo</groupId>
<artifactId>nfe</artifactId>
<version>3.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wmixvideo/nfe/
implementation 'com.github.wmixvideo:nfe:3.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.wmixvideo/nfe/
implementation ("com.github.wmixvideo:nfe:3.0.3-RELEASE")
'com.github.wmixvideo:nfe:jar:3.0.3-RELEASE'
<dependency org="com.github.wmixvideo" name="nfe" rev="3.0.3-RELEASE">
<artifact name="nfe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wmixvideo', module='nfe', version='3.0.3-RELEASE')
)
libraryDependencies += "com.github.wmixvideo" % "nfe" % "3.0.3-RELEASE"
[com.github.wmixvideo/nfe "3.0.3-RELEASE"]