License |
License |
---|---|
GroupId | GroupIdorg.openimaj |
ArtifactId | ArtifactIdtest-resources |
Version | Version1.3.10 |
Type | Typejar |
Description |
DescriptionOpenIMAJ Unit Test Resources
Resources for running OpenIMAJ JUnit tests.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
test-resources-1.3.10.pom | |
test-resources-1.3.10.jar | 20 MB |
test-resources-1.3.10-sources.jar | 20 MB |
test-resources-1.3.10-javadoc.jar | 334 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/test-resources/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>test-resources</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/test-resources/
implementation 'org.openimaj:test-resources:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj/test-resources/
implementation ("org.openimaj:test-resources:1.3.10")
'org.openimaj:test-resources:jar:1.3.10'
<dependency org="org.openimaj" name="test-resources" rev="1.3.10">
<artifact name="test-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='test-resources', version='1.3.10')
)
libraryDependencies += "org.openimaj" % "test-resources" % "1.3.10"
[org.openimaj/test-resources "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |