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