Re: Repository and Dependency

2018-11-15 Thread Manfred Moser
Best practice is to do it with a repository manager.

Or settings.xml

Or worst case .. pom.xml

Manfred

Eng. Bilal Ghayad wrote on 2018-11-15 17:11:

> Hello All;
> 
> 
> 
> I need to add a class file that is required to be able to add combobox in
> vaadin grid and it is mentioned the requirements to be added in the
> dependency and in the repository.
> 
> I know that dependency can be added in the pom.xml but where I will add the
> repository?
> 
> Below is the requirements for this class:
> 
> 
> 
> 
> 
>   de.datenhahn.vaadin
> 
>   componentrenderer
> 
>   2.0.0
> 
> 
> 
> 
> 
> 
> 
> 
>   vaadin-addons
>   http://maven.vaadin.com/vaadin-addons
> 
> 
> 
> 
> 
> 
> Regards
> 
> Bilal
> 
> 


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Repository and Dependency

2018-11-15 Thread Eng. Bilal Ghayad
Hello All;

 

I need to add a class file that is required to be able to add combobox in
vaadin grid and it is mentioned the requirements to be added in the
dependency and in the repository.

I know that dependency can be added in the pom.xml but where I will add the
repository?

Below is the requirements for this class:

 



   de.datenhahn.vaadin

   componentrenderer

   2.0.0



 

 


   vaadin-addons
   http://maven.vaadin.com/vaadin-addons


 

 

Regards

Bilal