Maybe there is a maven mirror you can access from your network? This site contains a list of some mirrors http://stackoverflow.com/questions/5233610/what-are-the-official-mirrors-of-the-maven-central-repository You don't have to use the maven tool, you can also manually browse for the jars and download what you need.
On Fri, Nov 27, 2015 at 2:46 PM, Fabian Hueske <fhue...@gmail.com> wrote: > You can always build Flink from source, but apart from that I am not aware > of an alternative. > > 2015-11-27 14:42 GMT+01:00 Radu Tudoran <radu.tudo...@huawei.com>: > >> Hi, >> >> >> >> Is there any alternative to avoiding maven? >> >> That is why I was curious if there is a binary distribution of this >> available for download directly >> >> >> >> Dr. Radu Tudoran >> >> Research Engineer >> >> IT R&D Division >> >> >> >> [image: cid:image007.jpg@01CD52EB.AD060EE0] >> >> HUAWEI TECHNOLOGIES Duesseldorf GmbH >> >> European Research Center >> >> Riesstrasse 25, 80992 München >> >> >> >> E-mail: *radu.tudo...@huawei.com <radu.tudo...@huawei.com>* >> >> Mobile: +49 15209084330 >> >> Telephone: +49 891588344173 >> >> >> >> HUAWEI TECHNOLOGIES Duesseldorf GmbH >> Hansaallee 205, 40549 Düsseldorf, Germany, www.huawei.com >> Registered Office: Düsseldorf, Register Court Düsseldorf, HRB 56063, >> Managing Director: Jingwen TAO, Wanzhou MENG, Lifang CHEN >> Sitz der Gesellschaft: Düsseldorf, Amtsgericht Düsseldorf, HRB 56063, >> Geschäftsführer: Jingwen TAO, Wanzhou MENG, Lifang CHEN >> >> This e-mail and its attachments contain confidential information from >> HUAWEI, which is intended only for the person or entity whose address is >> listed above. Any use of the information contained herein in any way >> (including, but not limited to, total or partial disclosure, reproduction, >> or dissemination) by persons other than the intended recipient(s) is >> prohibited. If you receive this e-mail in error, please notify the sender >> by phone or email immediately and delete it! >> >> >> >> *From:* Fabian Hueske [mailto:fhue...@gmail.com] >> *Sent:* Friday, November 27, 2015 2:41 PM >> *To:* user@flink.apache.org >> *Subject:* Re: flink connectors >> >> >> >> Hi Radu, >> >> the connectors are available in Maven Central. >> >> Just add them as a dependency in your project and they will be fetched >> and included. >> >> Best, Fabian >> >> >> >> 2015-11-27 14:38 GMT+01:00 Radu Tudoran <radu.tudo...@huawei.com>: >> >> Hi, >> >> >> >> I was trying to use flink connectors. However, when I tried to import this >> >> >> >> import org.apache.flink.streaming.connectors.*; >> >> >> >> I saw that they are not present in the binary distribution as downloaded >> from website (flink-dist-0.10.0.jar). Is this intentionally? Is there also >> a binary distribution that contains these connectors? >> >> >> >> Regards, >> >> >> >> Dr. Radu Tudoran >> >> Research Engineer >> >> IT R&D Division >> >> >> >> [image: cid:image007.jpg@01CD52EB.AD060EE0] >> >> HUAWEI TECHNOLOGIES Duesseldorf GmbH >> >> European Research Center >> >> Riesstrasse 25, 80992 München >> >> >> >> E-mail: *radu.tudo...@huawei.com <radu.tudo...@huawei.com>* >> >> Mobile: +49 15209084330 >> >> Telephone: +49 891588344173 >> >> >> >> HUAWEI TECHNOLOGIES Duesseldorf GmbH >> Hansaallee 205, 40549 Düsseldorf, Germany, www.huawei.com >> Registered Office: Düsseldorf, Register Court Düsseldorf, HRB 56063, >> Managing Director: Jingwen TAO, Wanzhou MENG, Lifang CHEN >> Sitz der Gesellschaft: Düsseldorf, Amtsgericht Düsseldorf, HRB 56063, >> Geschäftsführer: Jingwen TAO, Wanzhou MENG, Lifang CHEN >> >> This e-mail and its attachments contain confidential information from >> HUAWEI, which is intended only for the person or entity whose address is >> listed above. Any use of the information contained herein in any way >> (including, but not limited to, total or partial disclosure, reproduction, >> or dissemination) by persons other than the intended recipient(s) is >> prohibited. If you receive this e-mail in error, please notify the sender >> by phone or email immediately and delete it! >> >> >> >> >> > >