License |
License |
---|---|
GroupId | GroupIdorg.openimaj |
ArtifactId | ArtifactIdopenimaj-demos |
Version | Version1.3.10 |
Type | Typepom |
Description |
DescriptionOpenIMAJ Demos Subproject
Demos showing the functionality of OpenIMAJ.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
openimaj-demos-1.3.10.pom | 956 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/openimaj-demos/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>openimaj-demos</artifactId>
<version>1.3.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/openimaj-demos/
implementation 'org.openimaj:openimaj-demos:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj/openimaj-demos/
implementation ("org.openimaj:openimaj-demos:1.3.10")
'org.openimaj:openimaj-demos:pom:1.3.10'
<dependency org="org.openimaj" name="openimaj-demos" rev="1.3.10">
<artifact name="openimaj-demos" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='openimaj-demos', version='1.3.10')
)
libraryDependencies += "org.openimaj" % "openimaj-demos" % "1.3.10"
[org.openimaj/openimaj-demos "1.3.10"]