is not current version
Last Version 1.3.10

org.openimaj:test-resources 1.3.1

Resources for running OpenIMAJ JUnit tests.

GroupId

GroupId

org.openimaj
ArtifactId

ArtifactId

test-resources
Version

Version

1.3.1
Type

Type

jar

Download test-resources 1.3.1


<!-- https://jarcasting.com/artifacts/org.openimaj/test-resources/ -->
<dependency>
    <groupId>org.openimaj</groupId>
    <artifactId>test-resources</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/test-resources/
implementation 'org.openimaj:test-resources:1.3.1'
// https://jarcasting.com/artifacts/org.openimaj/test-resources/
implementation ("org.openimaj:test-resources:1.3.1")
'org.openimaj:test-resources:jar:1.3.1'
<dependency org="org.openimaj" name="test-resources" rev="1.3.1">
  <artifact name="test-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='test-resources', version='1.3.1')
)
libraryDependencies += "org.openimaj" % "test-resources" % "1.3.1"
[org.openimaj/test-resources "1.3.1"]