File tree Expand file tree Collapse file tree
google-cloud-nio-examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ To run this example:
22224. Run the sample with:
2323
2424 ```
25- java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.30 .1-alpha-SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.30 .1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
25+ java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.32 .1-alpha-SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.32 .1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
2626 ```
2727
2828 Notice that it lists Google Cloud Storage, which it wouldn't if you ran it without the NIO jar:
2929 ```
30- java -cp google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.30 .1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
30+ java -cp google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.32 .1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
3131 ```
3232
3333The sample doesn't have anything about Google Cloud Storage in it. It gets that ability from the NIO
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >google-cloud-nio-examples</artifactId >
5- <version >0.30.1 -alpha-SNAPSHOT </version >
5+ <version >0.32.0 -alpha</version >
66 <packaging >jar</packaging >
77 <name >Google Cloud NIO Examples</name >
88 <url >https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-contrib/google-cloud-nio-examples</url >
1212 <parent >
1313 <groupId >com.google.cloud</groupId >
1414 <artifactId >google-cloud-contrib</artifactId >
15- <version >0.30.1 -alpha-SNAPSHOT </version >
15+ <version >0.32.0 -alpha</version >
1616 </parent >
1717 <properties >
1818 <site .installationModule>google-cloud-nio-examples</site .installationModule>
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ If you are using Maven, add this to your pom.xml file
2626<dependency >
2727 <groupId >com.google.cloud</groupId >
2828 <artifactId >google-cloud-nio</artifactId >
29- <version >0.30 .0-alpha</version >
29+ <version >0.32 .0-alpha</version >
3030</dependency >
3131```
3232If you are using Gradle, add this to your dependencies
3333``` Groovy
34- compile 'com.google.cloud:google-cloud-nio:0.30 .0-alpha'
34+ compile 'com.google.cloud:google-cloud-nio:0.32 .0-alpha'
3535```
3636If you are using SBT, add this to your dependencies
3737``` Scala
38- libraryDependencies += " com.google.cloud" % " google-cloud-nio" % " 0.30 .0-alpha"
38+ libraryDependencies += " com.google.cloud" % " google-cloud-nio" % " 0.32 .0-alpha"
3939```
4040
4141Example Applications
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >google-cloud-nio</artifactId >
5- <version >0.30.1 -alpha-SNAPSHOT </version >
5+ <version >0.32.0 -alpha</version >
66 <packaging >jar</packaging >
77 <name >Google Cloud NIO</name >
88 <url >https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-contrib/google-cloud-nio</url >
1212 <parent >
1313 <groupId >com.google.cloud</groupId >
1414 <artifactId >google-cloud-contrib</artifactId >
15- <version >0.30.1 -alpha-SNAPSHOT </version >
15+ <version >0.32.0 -alpha</version >
1616 </parent >
1717 <properties >
1818 <site .installationModule>google-cloud-nio</site .installationModule>
You can’t perform that action at this time.
0 commit comments