3.6.3 in maven?
As what I know ZK releases new version to Maven for every standard release.
You can make an estimation according to previous release record.
Hi piebe.
Can you halp with maven + zk + eclipse????
I set my dependencies in maven for version 3.6.2 and eny thing seems works fine , but I have some problem with zkscript tag. The scripts don't fount the tag id elements......
for me is very important to identify a essential set of zk dependencies....
at moment my dependencies are the follow:
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zml</artifactId>
<version>${zk.version}</version>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zkmax</artifactId>
<version>${zk.version}</version>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zk</artifactId>
<version>${zk.version}</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zkex</artifactId>
<version>${zk.version}</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zkplus</artifactId>
<version>${zk.version}</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zul</artifactId>
<version>${zk.version}</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.zkoss.zk</groupId>
<artifactId>zhtml</artifactId>
<version>${zk.version}</version>
<type>jar</type>
<optional>false</optional>
</dependency>
Do I forget some dependencies?????
Hi folks,
it would be fine to publish zk 5.0.0 in maven. The latest release i could find is currently zk 5.0.0.RC.
Cheers
Thomas
Hello, Thomas
We already sent the ZK5 request to Maven repository, but it's so slow.
ZK team is trying to host a Maven repository it's own, that would be faster.
Looks like it is still not available?
Hi piebe.
http://repo2.maven.org/maven2/org/zkoss/zk/zk/3.6.3/
Hi,
Please could somebody upload 3.6.4 to repository ?
Thxxxx
ZK - Open Source Ajax Java Framework
Hi,
Will ZK 3.6.3 be made available in the Maven repository? And if so, when can this be expected?
cheers,
Piebe