File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Intel RealSense Java [ ![ ] ( https://jitpack.io/v/cansik/librealsense-java.svg )] ( https://jitpack.io/#cansik/librealsense-java )
2
2
Intel® RealSense™ SDK 2 wrapper for Java.
3
3
4
- Supported version: ` v2.44 .0 `
4
+ Supported version: ` v2.50 .0 `
5
5
6
6
Following binaries are pre-compiled within the release jar:
7
7
@@ -11,7 +11,7 @@ Following binaries are pre-compiled within the release jar:
11
11
12
12
#### Important ⚠️
13
13
- The library is still under development
14
- - Not all methods have been ported yet to fully support ` 2.44 .0 ` through the high level API
14
+ - Not all methods have been ported yet to fully support ` 2.50 .0 ` through the high level API
15
15
16
16
### Gradle / Maven
17
17
Include the library directly into your gradle / maven build by using [ jitpack] ( https://jitpack.io/#cansik/librealsense-java ) .
@@ -22,7 +22,7 @@ repositories {
22
22
}
23
23
24
24
dependencies {
25
- implementation 'com.github.cansik:librealsense-java:2.44 .0-0.4.3 '
25
+ implementation 'com.github.cansik:librealsense-java:2.50 .0-0.5.0 '
26
26
}
27
27
```
28
28
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
group ' org.intel.rs'
6
- version ' 2.44 .0-0.4.3 '
6
+ version ' 2.50 .0-0.5.0 '
7
7
8
8
sourceCompatibility = 1.8
9
9
@@ -12,17 +12,17 @@ repositories {
12
12
}
13
13
14
14
dependencies {
15
- testCompile group : ' junit' , name : ' junit' , version : ' 4.12 '
15
+ testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.1 '
16
16
17
17
// processing
18
- testCompile group : ' org.processing' , name : ' core' , version : ' 3.3.7'
18
+ testImplementation group : ' org.processing' , name : ' core' , version : ' 3.3.7'
19
19
20
20
// java cpp
21
- compile group : ' org.bytedeco' , name : ' javacpp' , version : ' 1.5.6 '
21
+ implementation group : ' org.bytedeco' , name : ' javacpp' , version : ' 1.5.7 '
22
22
23
23
// librealsense2
24
- compile group : ' org.bytedeco' , name : ' librealsense2' , version : ' 2.44 .0-1.5.6 '
25
- compile group : ' org.bytedeco' , name : ' librealsense2-platform' , version : ' 2.44 .0-1.5.6 '
24
+ implementation group : ' org.bytedeco' , name : ' librealsense2' , version : ' 2.50 .0-1.5.7 '
25
+ implementation group : ' org.bytedeco' , name : ' librealsense2-platform' , version : ' 2.50 .0-1.5.7 '
26
26
}
27
27
28
28
task fatJar (type : Jar ) {
Original file line number Diff line number Diff line change 1
- # Tue Aug 20 12:23:54 CEST 2019
2
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3-all.zip
3
1
distributionBase =GRADLE_USER_HOME
4
2
distributionPath =wrapper/dists
5
- zipStorePath = wrapper/dists
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
6
4
zipStoreBase =GRADLE_USER_HOME
5
+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments