| License |
License |
|---|---|
| GroupId | GroupIdorg.tensorics |
| ArtifactId | ArtifactIdtensorics-core-starter |
| Last Version | Last Version0.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionorg.tensorics:tensorics-core-starter
Tensorics is a java framework which uses a tensor as a central object. A tensor represents a set of values placed in an N-dimensional space. Wherever you are tempted to use maps of maps, a tensor might be a good choice ;-) Tensorics provides methods to create, transform and performing calculations with those tensors.
|
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.tensorics/tensorics-core-starter/ -->
<dependency>
<groupId>org.tensorics</groupId>
<artifactId>tensorics-core-starter</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.tensorics/tensorics-core-starter/
implementation 'org.tensorics:tensorics-core-starter:0.0.8'
// https://jarcasting.com/artifacts/org.tensorics/tensorics-core-starter/
implementation ("org.tensorics:tensorics-core-starter:0.0.8")
'org.tensorics:tensorics-core-starter:jar:0.0.8'
<dependency org="org.tensorics" name="tensorics-core-starter" rev="0.0.8">
<artifact name="tensorics-core-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tensorics', module='tensorics-core-starter', version='0.0.8')
)
libraryDependencies += "org.tensorics" % "tensorics-core-starter" % "0.0.8"
[org.tensorics/tensorics-core-starter "0.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.tensorics : tensorics-core | jar | 0.0.76 |
| org.springframework.boot : spring-boot-starter | jar | 2.2.10.RELEASE |