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