ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

ZK6 Maven artifact for zkcomposite

testuser35
20 Jan 2012 14:13:49 GMT
20 Jan 2012 14:13:49 GMT

Hello together,

exists a Maven artifact for zkcomposite in ZK6 RC2, if not will come for the final ZK6 version.

Kind regards
Stephan

matthewgo
30 Jan 2012 10:12:03 GMT
30 Jan 2012 10:12:03 GMT

Hi Stephan,

Are you referring to this? http://books.zkoss.org/wiki/Small_Talks/2011/December/Define_Composite_Component_using_Java_Annotation_in_ZK6

It is an LGPL add-on, you can download from Github and open the Properties(of your maven project) >Java Build Path > Add External Jars > *.jar

testuser35
1 Feb 2012 10:28:08 GMT
1 Feb 2012 10:28:08 GMT

Hi

For the moment we downloaded it from the same link you mentioned above. However since we are using maven for building our project we would like to know, if there is a (public) maven repository containing the ZK-component library as maven artifact that we could simply add as dependency to our project.

Kind regards,
Stephan

matthewgo
2 Feb 2012 10:07:31 GMT
2 Feb 2012 10:07:31 GMT

Hi Stephan,
I see. We will evaluate if we can upload it to public maven.

testuser35
2 Feb 2012 13:30:41 GMT
2 Feb 2012 13:30:41 GMT

Thank you for your help.

testuser35
6 Feb 2012 09:59:32 GMT
6 Feb 2012 09:59:32 GMT

Hi

Sorry for insisting on this, but do you already have an approximate timeline for setting up the maven artifacts? Are we talking about a few days or about weeks/months?
If it will take longer, then we will have to (temporary) upload the jars to our local internal maven repository, however this will take some effort that we would like to avoid if not really necessary. ;)

Kind regards,
Stephan

testuser35
14 Mar 2012 10:51:59 GMT
14 Mar 2012 10:51:59 GMT

Hello matthewgo,

>>We will evaluate if we can upload it to public maven.
Had you time for evaluation? Do you know if this topic
still in working process?
Thank you
Kind regards,
Stephan

dtommasina
10 Apr 2012 15:28:51 GMT
10 Apr 2012 15:28:51 GMT

Hi there

we would also really be interested at the possibility to get the libraries over maven.
Are there any news about this?

Thanks
Danilo

blacksensei
26 Apr 2012 09:24:14 GMT
26 Apr 2012 09:24:14 GMT

Hello all !!
any recent news about the ZK 6 artifacts in the maven public repo?
this is a very serious need.

thanks in advance for the team who is or will be working on it.

dtommasina
2 May 2012 06:12:27 GMT
2 May 2012 06:12:27 GMT

We opened an official support request about this and the ZK guys were so neat to publish the artifacts to maven. here the dependency definition.

URL: http://mavensync.zkoss.org/maven2

<dependency>
   <groupId>org.zkoss.composite</groupId>
   <artifactId>zkcomposite</artifactId>
   <version>0.8.0</version>
</dependency>