You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PDAL Java bindings
2
2
3
-
[](http://travis-ci.org/PDAL/java)[](https://gitter.im/PDAL/PDAL?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://maven-badges.herokuapp.com/maven-central/io.pdal/pdal)
3
+
[](http://travis-ci.org/PDAL/java)[](https://gitter.im/PDAL/PDAL?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://search.maven.org/search?q=g:io.pdal)
4
4
5
5
Java bindings to use PDAL on JVM (supports PDAL >= 2.0).
6
6
Mac users can experience some issues with bindings that were build against a different PDAL version,
@@ -18,8 +18,8 @@ resolvers ++= Seq(
18
18
)
19
19
20
20
libraryDependencies ++=Seq(
21
-
"io.pdal"%%"pdal"%"2.1.4", // core library
22
-
"io.pdal"%"pdal-native"%"2.1.4"// jni bindings
21
+
"io.pdal"%%"pdal"%"x.x.x", // core library
22
+
"io.pdal"%"pdal-native"%"x.x.x"// jni bindings
23
23
)
24
24
```
25
25
@@ -41,8 +41,8 @@ Scala API allows to build pipeline expressions instead of writing a raw JSON.
0 commit comments