File: gradle.properties

package info (click to toggle)
rx-java 3.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 20,972 kB
  • sloc: java: 313,833; xml: 252; sh: 47; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 852 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
group=io.reactivex.rxjava3
version=3.1.5
description=RxJava: Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

POM_ARTIFACT_ID=rxjava
POM_NAME=RxJava
POM_PACKAGING=jar

POM_DESCRIPTION=Reactive Extensions for Java
POM_INCEPTION_YEAR=2013

POM_URL=https://github.com/ReactiveX/RxJava
POM_SCM_URL=https://github.com/ReactiveX/RxJava
POM_SCM_CONNECTION=scm:git:git://github.com/ReactiveX/RxJava.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/ReactiveX/RxJava.git

POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo

POM_DEVELOPER_ID=akarnokd
POM_DEVELOPER_NAME=David Karnok
POM_DEVELOPER_URL=https://github.com/akarnokd/
POM_DEVELOPER_EMAIL=akarnokd@gmail.com