Last Version

magja 0.0.3

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

GroupId

GroupId

com.google.code.magja
ArtifactId

ArtifactId

magja
Version

Version

0.0.3
Type

Type

jar
Description

Description

magja
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

Panticz

Download magja 0.0.3


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

Dependencies

compile (13)

Group / Artifact Type Version
org.apache.axis2 : axis2 jar 1.5.1
org.apache.axis2 : axis2-transport-local jar 1.5.1
org.apache.axis2 : axis2-transport-http jar 1.5.1
commons-httpclient : commons-httpclient jar 3.1
commons-logging : commons-logging jar 1.1.1
org.apache.httpcomponents : httpcore jar 4.0.1
org.apache.woden : woden-api jar 1.0M8
org.apache.ws.commons.axiom : axiom-api jar 1.2.8
org.apache.ws.commons.axiom : axiom-impl jar 1.2.8
wsdl4j : wsdl4j jar 1.6.2
org.apache.ws.commons.schema : XmlSchema jar 1.4.5
org.apache.neethi : neethi jar 2.0.4
commons-lang : commons-lang jar 2.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.