Categories |
CategoriesBoofCV Business Logic Libraries Computer Vision |
---|---|
GroupId | GroupIdorg.boofcv |
ArtifactId | ArtifactIdxuggler |
Version | Version0.20 |
Type | Typejar |
Filename | Size |
---|---|
xuggler-0.20.pom | |
xuggler-0.20.jar | 6 KB |
xuggler-0.20-sources.jar | 6 KB |
xuggler-0.20-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.boofcv/xuggler/ -->
<dependency>
<groupId>org.boofcv</groupId>
<artifactId>xuggler</artifactId>
<version>0.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.boofcv/xuggler/
implementation 'org.boofcv:xuggler:0.20'
// https://jarcasting.com/artifacts/org.boofcv/xuggler/
implementation ("org.boofcv:xuggler:0.20")
'org.boofcv:xuggler:jar:0.20'
<dependency org="org.boofcv" name="xuggler" rev="0.20">
<artifact name="xuggler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.boofcv', module='xuggler', version='0.20')
)
libraryDependencies += "org.boofcv" % "xuggler" % "0.20"
[org.boofcv/xuggler "0.20"]