-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
20 lines (17 loc) · 1.09 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
POM.groupId=org.tensorics
POM.artifactId=tensorics-core-starter
POM.description=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.
INFO.repo=https://github.com/tensorics/tensorics-core-starter.git
INFO.url=http://tensorics.org/
INFO.github=https://github.com/tensorics/tensorics-core-starter
INFO.githubIssues=https://github.com/tensorics/tensorics-core-starter/issues
INFO.licenseNameShort=Apache-2.0
INFO.licenseName=The Apache License, Version 2.0
INFO.licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
INFO.mainDeveloper=tensorics-developers
INFO.organization=tensorics
SONATYPE.repoUrl=https://oss.sonatype.org/service/local/
SONATYPE.repoSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/
tensoricsCoreVersion=0.0.81
springBootVersion=2.2.10.RELEASE