is not current version
Last Version 0.0.3

com.google.code.magja:magja 0.0.1

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.

GroupId

GroupId

com.google.code.magja
ArtifactId

ArtifactId

magja
Version

Version

0.0.1
Type

Type

jar

Download magja 0.0.1


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