MVN

net.magja : magja-parent

Maven & Gradle

Jul 26, 2018
46 stars

Magja Parent · Magja is a java connector for access the Magento API (http://www.magentocommerce.com/support/magento_core_api), with that you will be able to manipulate the magento products (images include), categories, customers, orders, and much more. Just you have to do its create a properties file with the connection parameters for the magento installation. For more information visit the project page.

<dependency>
    <groupId>net.magja</groupId>
    <artifactId>magja-parent</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.magja : magja-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of net.magja : magja-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
magja-parent-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.magja</groupId>
    <artifactId>magja-parent</artifactId>
    <version>1.1.0</version>
</dependency>

Advertisement