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