-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgradle.properties
More file actions
21 lines (18 loc) · 949 Bytes
/
gradle.properties
File metadata and controls
21 lines (18 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
POM.groupId=org.streamingpool
POM.artifactId=streamingpool-core
POM.description=This project is an high level abstraction over Reactive Streams libraries that is currently used inside CERN.
INFO.repo=https://github.com/streamingpool/streamingpool-core.git
INFO.url=http://www.streamingpool.org/
INFO.github=https://github.com/streamingpool/streamingpool-core
INFO.githubIssues=https://github.com/streamingpool/streamingpool-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=streamingpool-developers
INFO.mainDeveloperEmail=streamingpool-developers@googlegroups.com
INFO.organization=streamingpool
SONATYPE.repoUrl=https://oss.sonatype.org/service/local/
SONATYPE.repoSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/
guavaVersion=29.0-jre
springVersion=5.2.9.RELEASE
springBootVersion=2.2.10.RELEASE