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