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