pjfanning commented on code in PR #112:
URL: 
https://github.com/apache/incubator-fury-site/pull/112#discussion_r1576312103


##########
docs/start/install.md:
##########
@@ -22,29 +27,6 @@ To add a dependency on Fury using Maven, use the following:
 ```
 Maven groupId will be changed to `org.apache.fury` when next version is 
released.
 
-### Scala
-```sbt
-libraryDependencies += "org.furyio" % "fury-core" % "0.4.1"
-```
-
-### Golang
-
-```bash
-go get github.com/apache/incubator-fury/go/fury
-```
-
-### JavaScript
-
-```bash
-npm install @furyjs/fury
-```
-
-### Rust
-
-```bash
-# Cargo.toml
-
-[dependencies]
-fury = { git= "https://github.com/apache/incubator-fury.git";, branch = "main" }
-lazy_static = { version = "1.4.0" }
-```
+Note:
+> This is released before Fury joined Apache Incubator, Fury haven't make a 
release under ASF yet.
+> The maven groupId will be replaced to `org.apache.fury` when next version is 
released.

Review Comment:
   replaced by
   
   when the next version



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to