Re: Apache ECharts as Maven artifact

2022-03-16 Thread Piotr Zarzycki
Thanks! It looks like that's what we are going to do.

śr., 16 mar 2022 o 09:22 Zhongxiang Wang  napisał(a):

> Hi Piotr,
>
> Apache Maven is usually for building and managing Java-based projects.
> Apache ECharts is a javascript library, so we don't publish the artifacts
> to the maven repository and instead, we use *npm *as the package manager.
>
> If possible, I'd like to suggest downloading the ECharts library and
> uploading the artifacts to your internal store.
>
> Regards.
>
> On Wed, Mar 16, 2022 at 3:36 PM Piotr Zarzycki 
> wrote:
>
>> Does anyone consider to take it there in the past ?
>>
>> śr., 16 mar 2022 o 07:49 Yi Shen  napisał(a):
>>
>> > Hi Piotr,
>> >
>> > Yes it doesn't exist in the Apache Maven central repository.
>> >
>> > Regards.
>> >
>> > On Wed, Mar 16, 2022 at 2:27 PM Piotr Zarzycki <
>> piotrzarzyck...@gmail.com>
>> > wrote:
>> >
>> >> Hi Yi,
>> >>
>> >> I know, but it is not prevent it from being part of Maven artifact
>> >> repository. In our corporate environment we need to use Maven and store
>> >> artifacts internally - we were wondering whether we can reference to
>> some
>> >> maven central repository in order to get copy of echarts to our
>> internal
>> >> artifact repository.
>> >>
>> >> I'm assuming your answer is that it doesn't exists in Apache central
>> >> repository ?
>> >>
>> >> Thanks,
>> >> Piotr
>> >>
>> >>
>> >> śr., 16 mar 2022 o 07:21 Yi Shen  napisał(a):
>> >>
>> >>> Hi Piotr.
>> >>>
>> >>> Apache ECharts is a JavaScript framework that runs in the browser and
>> >>> NodeJS environment and we published our packages on the NPM[1].  You
>> can
>> >>> use `npm i echarts` to install it as dependency.
>> >>>
>> >>> [1] https://www.npmjs.com/package/echarts
>> >>>
>> >>> Regards
>> >>>
>> >>> On Wed, Mar 16, 2022 at 2:06 PM Piotr Zarzycki <
>> >>> piotrzarzyck...@gmail.com> wrote:
>> >>>
>>  Hello Echarts Team,
>> 
>>  Does Apache Echarts exists in an Apache Maven central repository ?
>> Is it
>>  something which I could potentially referenced in my app as a
>>  dependency ?
>> 
>>  Thanks,
>>  --
>> 
>>  Piotr Zarzycki
>> 
>> >>>
>> >>>
>> >>> --
>> >>> Yi Shen
>> >>> Apache ECharts PMC
>> >>>
>> >>
>> >>
>> >> --
>> >>
>> >> Piotr Zarzycki
>> >>
>> >
>> >
>> > --
>> > Yi Shen
>> > Apache ECharts PMC
>> >
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>

-- 

Piotr Zarzycki


Re: Apache ECharts as Maven artifact

2022-03-16 Thread Zhongxiang Wang
Hi Piotr,

Apache Maven is usually for building and managing Java-based projects.
Apache ECharts is a javascript library, so we don't publish the artifacts
to the maven repository and instead, we use *npm *as the package manager.

If possible, I'd like to suggest downloading the ECharts library and
uploading the artifacts to your internal store.

Regards.

On Wed, Mar 16, 2022 at 3:36 PM Piotr Zarzycki 
wrote:

> Does anyone consider to take it there in the past ?
>
> śr., 16 mar 2022 o 07:49 Yi Shen  napisał(a):
>
> > Hi Piotr,
> >
> > Yes it doesn't exist in the Apache Maven central repository.
> >
> > Regards.
> >
> > On Wed, Mar 16, 2022 at 2:27 PM Piotr Zarzycki <
> piotrzarzyck...@gmail.com>
> > wrote:
> >
> >> Hi Yi,
> >>
> >> I know, but it is not prevent it from being part of Maven artifact
> >> repository. In our corporate environment we need to use Maven and store
> >> artifacts internally - we were wondering whether we can reference to
> some
> >> maven central repository in order to get copy of echarts to our internal
> >> artifact repository.
> >>
> >> I'm assuming your answer is that it doesn't exists in Apache central
> >> repository ?
> >>
> >> Thanks,
> >> Piotr
> >>
> >>
> >> śr., 16 mar 2022 o 07:21 Yi Shen  napisał(a):
> >>
> >>> Hi Piotr.
> >>>
> >>> Apache ECharts is a JavaScript framework that runs in the browser and
> >>> NodeJS environment and we published our packages on the NPM[1].  You
> can
> >>> use `npm i echarts` to install it as dependency.
> >>>
> >>> [1] https://www.npmjs.com/package/echarts
> >>>
> >>> Regards
> >>>
> >>> On Wed, Mar 16, 2022 at 2:06 PM Piotr Zarzycki <
> >>> piotrzarzyck...@gmail.com> wrote:
> >>>
>  Hello Echarts Team,
> 
>  Does Apache Echarts exists in an Apache Maven central repository ? Is
> it
>  something which I could potentially referenced in my app as a
>  dependency ?
> 
>  Thanks,
>  --
> 
>  Piotr Zarzycki
> 
> >>>
> >>>
> >>> --
> >>> Yi Shen
> >>> Apache ECharts PMC
> >>>
> >>
> >>
> >> --
> >>
> >> Piotr Zarzycki
> >>
> >
> >
> > --
> > Yi Shen
> > Apache ECharts PMC
> >
>
>
> --
>
> Piotr Zarzycki
>


Re: Apache ECharts as Maven artifact

2022-03-16 Thread Piotr Zarzycki
Does anyone consider to take it there in the past ?

śr., 16 mar 2022 o 07:49 Yi Shen  napisał(a):

> Hi Piotr,
>
> Yes it doesn't exist in the Apache Maven central repository.
>
> Regards.
>
> On Wed, Mar 16, 2022 at 2:27 PM Piotr Zarzycki 
> wrote:
>
>> Hi Yi,
>>
>> I know, but it is not prevent it from being part of Maven artifact
>> repository. In our corporate environment we need to use Maven and store
>> artifacts internally - we were wondering whether we can reference to some
>> maven central repository in order to get copy of echarts to our internal
>> artifact repository.
>>
>> I'm assuming your answer is that it doesn't exists in Apache central
>> repository ?
>>
>> Thanks,
>> Piotr
>>
>>
>> śr., 16 mar 2022 o 07:21 Yi Shen  napisał(a):
>>
>>> Hi Piotr.
>>>
>>> Apache ECharts is a JavaScript framework that runs in the browser and
>>> NodeJS environment and we published our packages on the NPM[1].  You can
>>> use `npm i echarts` to install it as dependency.
>>>
>>> [1] https://www.npmjs.com/package/echarts
>>>
>>> Regards
>>>
>>> On Wed, Mar 16, 2022 at 2:06 PM Piotr Zarzycki <
>>> piotrzarzyck...@gmail.com> wrote:
>>>
 Hello Echarts Team,

 Does Apache Echarts exists in an Apache Maven central repository ? Is it
 something which I could potentially referenced in my app as a
 dependency ?

 Thanks,
 --

 Piotr Zarzycki

>>>
>>>
>>> --
>>> Yi Shen
>>> Apache ECharts PMC
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>
>
> --
> Yi Shen
> Apache ECharts PMC
>


-- 

Piotr Zarzycki


Re: Apache ECharts as Maven artifact

2022-03-15 Thread Yi Shen
Hi Piotr,

Yes it doesn't exist in the Apache Maven central repository.

Regards.

On Wed, Mar 16, 2022 at 2:27 PM Piotr Zarzycki 
wrote:

> Hi Yi,
>
> I know, but it is not prevent it from being part of Maven artifact
> repository. In our corporate environment we need to use Maven and store
> artifacts internally - we were wondering whether we can reference to some
> maven central repository in order to get copy of echarts to our internal
> artifact repository.
>
> I'm assuming your answer is that it doesn't exists in Apache central
> repository ?
>
> Thanks,
> Piotr
>
>
> śr., 16 mar 2022 o 07:21 Yi Shen  napisał(a):
>
>> Hi Piotr.
>>
>> Apache ECharts is a JavaScript framework that runs in the browser and
>> NodeJS environment and we published our packages on the NPM[1].  You can
>> use `npm i echarts` to install it as dependency.
>>
>> [1] https://www.npmjs.com/package/echarts
>>
>> Regards
>>
>> On Wed, Mar 16, 2022 at 2:06 PM Piotr Zarzycki 
>> wrote:
>>
>>> Hello Echarts Team,
>>>
>>> Does Apache Echarts exists in an Apache Maven central repository ? Is it
>>> something which I could potentially referenced in my app as a dependency
>>> ?
>>>
>>> Thanks,
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>
>>
>> --
>> Yi Shen
>> Apache ECharts PMC
>>
>
>
> --
>
> Piotr Zarzycki
>


-- 
Yi Shen
Apache ECharts PMC


Re: Apache ECharts as Maven artifact

2022-03-15 Thread Piotr Zarzycki
Hi Yi,

I know, but it is not prevent it from being part of Maven artifact
repository. In our corporate environment we need to use Maven and store
artifacts internally - we were wondering whether we can reference to some
maven central repository in order to get copy of echarts to our internal
artifact repository.

I'm assuming your answer is that it doesn't exists in Apache central
repository ?

Thanks,
Piotr


śr., 16 mar 2022 o 07:21 Yi Shen  napisał(a):

> Hi Piotr.
>
> Apache ECharts is a JavaScript framework that runs in the browser and
> NodeJS environment and we published our packages on the NPM[1].  You can
> use `npm i echarts` to install it as dependency.
>
> [1] https://www.npmjs.com/package/echarts
>
> Regards
>
> On Wed, Mar 16, 2022 at 2:06 PM Piotr Zarzycki 
> wrote:
>
>> Hello Echarts Team,
>>
>> Does Apache Echarts exists in an Apache Maven central repository ? Is it
>> something which I could potentially referenced in my app as a dependency ?
>>
>> Thanks,
>> --
>>
>> Piotr Zarzycki
>>
>
>
> --
> Yi Shen
> Apache ECharts PMC
>


-- 

Piotr Zarzycki


Re: Apache ECharts as Maven artifact

2022-03-15 Thread Yi Shen
Hi Piotr.

Apache ECharts is a JavaScript framework that runs in the browser and
NodeJS environment and we published our packages on the NPM[1].  You can
use `npm i echarts` to install it as dependency.

[1] https://www.npmjs.com/package/echarts

Regards

On Wed, Mar 16, 2022 at 2:06 PM Piotr Zarzycki 
wrote:

> Hello Echarts Team,
>
> Does Apache Echarts exists in an Apache Maven central repository ? Is it
> something which I could potentially referenced in my app as a dependency ?
>
> Thanks,
> --
>
> Piotr Zarzycki
>


-- 
Yi Shen
Apache ECharts PMC


Apache ECharts as Maven artifact

2022-03-15 Thread Piotr Zarzycki
Hello Echarts Team,

Does Apache Echarts exists in an Apache Maven central repository ? Is it
something which I could potentially referenced in my app as a dependency ?

Thanks,
-- 

Piotr Zarzycki