GroupId | GroupIdcom.tagtraum |
---|---|
ArtifactId | ArtifactIdffmpeg-x86_64-win |
Version | Version4.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tagtraum/ffmpeg-x86_64-win/ -->
<dependency>
<groupId>com.tagtraum</groupId>
<artifactId>ffmpeg-x86_64-win</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tagtraum/ffmpeg-x86_64-win/
implementation 'com.tagtraum:ffmpeg-x86_64-win:4.0.1'
// https://jarcasting.com/artifacts/com.tagtraum/ffmpeg-x86_64-win/
implementation ("com.tagtraum:ffmpeg-x86_64-win:4.0.1")
'com.tagtraum:ffmpeg-x86_64-win:jar:4.0.1'
<dependency org="com.tagtraum" name="ffmpeg-x86_64-win" rev="4.0.1">
<artifact name="ffmpeg-x86_64-win" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tagtraum', module='ffmpeg-x86_64-win', version='4.0.1')
)
libraryDependencies += "com.tagtraum" % "ffmpeg-x86_64-win" % "4.0.1"
[com.tagtraum/ffmpeg-x86_64-win "4.0.1"]