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