-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgradle.properties
19 lines (16 loc) · 1.02 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
POM.groupId=org.tensorics
POM.artifactId=tensorics-core
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.git
INFO.url=http://tensorics.org/
INFO.github=https://github.com/tensorics/tensorics-core
INFO.githubIssues=https://github.com/tensorics/tensorics-core/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/
guavaVersion=30.1.1-jre