[EXEC] Which maven2 repository ?

3 messages Options
Embed this post
Permalink
Henrib-2

[EXEC] Which maven2 repository ?

Reply Threaded More More options
Print post
Permalink
I'm looking for a maven2 repository hosting the commons-exec library.
It's not in ibiblio.org nor in http://repo2.maven.org/maven2/.
Is it published somewhere else ?
Regards
Henrib
Pavel G. Kuzmenko

Re: [EXEC] Which maven2 repository ?

Reply Threaded More More options
Print post
Permalink
Hello, Henrib.

> I'm looking for a maven2 repository hosting the commons-exec library.
> It's not in ibiblio.org nor in http://repo2.maven.org/maven2/.
> Is it published somewhere else ?
> Regards
> Henrib

It's on central repository ( http://repo2.maven.org/maven2/)
at path /org/apache/commons/commons-exec/.
You can use 'org.apache.commons' as the group id in dependency.

Regards,

Pavel.


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

Henrib-2

Re: [EXEC] Which maven2 repository ?

Reply Threaded More More options
Print post
Permalink

Pavel G. Kuzmenko wrote:
Hello, Henrib.

> I'm looking for a maven2 repository hosting the commons-exec library.
> It's not in ibiblio.org nor in http://repo2.maven.org/maven2/.
> Is it published somewhere else ?
> Regards
> Henrib

It's on central repository ( http://repo2.maven.org/maven2/)
at path /org/apache/commons/commons-exec/.
You can use 'org.apache.commons' as the group id in dependency.

Regards,

Pavel.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org
Thanks Pavel.