Older versions of Webix?

Hello.

Is there a repository where I would be able to find older versions of the webix library? (Zipped, not the files o the CDN)

In fact I would like to add webix as a webjar in the adequate repository (http://www.webjars.org) but they require that the upstream lib uses “tagged” release. You already do it, but actually you only provide one single download link with no version in the name.

Thanks in advance,

Jonathan

You can use packages from GitHub

Url for each version will look like next

https://github.com/webix-hub/tracker/archive/{{version}}.zip

for example:

Excellent! Exactly what I was looking for. I created a maven project and a request at WebJars to include webix in their list.

Regards,

Jonathan