Last Version

Magja Java Connector for Magento API 1.1.0

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.magja
ArtifactId

ArtifactId

magja
Version

Version

1.1.0
Type

Type

jar
Description

Description

Magja Java Connector for Magento API
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.
Project Organization

Project Organization

Magja

Download magja 1.1.0


<!-- https://jarcasting.com/artifacts/net.magja/magja/ -->
<dependency>
    <groupId>net.magja</groupId>
    <artifactId>magja</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.magja/magja/
implementation 'net.magja:magja:1.1.0'
// https://jarcasting.com/artifacts/net.magja/magja/
implementation ("net.magja:magja:1.1.0")
'net.magja:magja:jar:1.1.0'
<dependency org="net.magja" name="magja" rev="1.1.0">
  <artifact name="magja" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.magja', module='magja', version='1.1.0')
)
libraryDependencies += "net.magja" % "magja" % "1.1.0"
[net.magja/magja "1.1.0"]

Dependencies

compile (13)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.8.3
org.mozilla : rhino jar 1.7R3
net.java.dev.stax-utils : stax-utils jar 20060502
org.apache.axis2 : axis2-transport-local jar 1.6.2
org.apache.axis2 : axis2-transport-http jar 1.6.2
org.apache.axis2 : axis2-adb jar 1.6.2
org.apache.axis2 : axis2-kernel jar 1.6.2
org.apache.ws.commons.axiom : axiom-impl jar 1.2.13
commons-io : commons-io jar 2.4
org.apache.commons : commons-lang3 jar 3.1
com.google.guava : guava jar 12.0
org.slf4j : jcl-over-slf4j jar 1.7.21
org.slf4j : slf4j-api jar 1.7.21

test (3)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.6
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.