| GroupId | GroupIdorg.openimaj |
|---|---|
| ArtifactId | ArtifactIdcore-math |
| Version | Version1.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-math-1.3.1.pom | |
| core-math-1.3.1.jar | 346 KB |
| core-math-1.3.1-sources.jar | 312 KB |
| core-math-1.3.1-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/core-math/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>core-math</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/core-math/
implementation 'org.openimaj:core-math:1.3.1'
// https://jarcasting.com/artifacts/org.openimaj/core-math/
implementation ("org.openimaj:core-math:1.3.1")
'org.openimaj:core-math:jar:1.3.1'
<dependency org="org.openimaj" name="core-math" rev="1.3.1">
<artifact name="core-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='core-math', version='1.3.1')
)
libraryDependencies += "org.openimaj" % "core-math" % "1.3.1"
[org.openimaj/core-math "1.3.1"]