telosystools

Open full view…

how to quickly setup the telosys on eclipse using source code

mohsinejaz
Thu, 22 Jul 2021 06:34:30 GMT

Telosys Team
Thu, 22 Jul 2021 12:21:06 GMT

You don't need the source code to install Telosys Eclipse plugin. You can install it as any other Eclipse plugin via Eclipse Marketplace. cf https://doc.telosys.org/telosys-with-eclipse/eclipse-plugin-installation

mohsinejaz
Sun, 08 Aug 2021 16:58:13 GMT

Thanks for your kind reply but i wana used as rest api .. How can i do this

Telosys Team
Wed, 11 Aug 2021 10:03:34 GMT

Telosys core is a multi-modules Maven project, the parent is "telosys-tools-parent" ( https://github.com/telosys-tools-bricks/telosys-tools-parent ) You will find all the dependencies in the pom.xml After maven clean/install you'll get "telosys-tools-all-x.x.x.jar" This is the jar used by "Telosys-CLI" and "Telosys Eclipse Plugin" it provides the Telosys API for all core features

mohsinejaz
Wed, 11 Aug 2021 10:13:54 GMT

Thanks man