m

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.
https://github.com/magja/magja
The Apache Software License, Version 2.0
Magja
Simon Zambrovski Pawel Konczalski Andre Fabbro Keith Davey Hendy Irawan Rudi Wijaya Atang Sutisna
Files download
File Operation
magja-parent-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>net.magja</groupId>
  <artifactId>magja-parent</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.magja:magja-parent:1.1.0'
Gradle Kotlin
implementation("net.magja:magja-parent:1.1.0")
Scala SBT
libraryDependencies += "net.magja" % "magja-parent" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.magja', module='magja-parent', version='1.1.0')
)
Apache Ivy
<dependency org="net.magja" name="magja-parent" rev="1.1.0" />
Leiningen
[net.magja/magja-parent "1.1.0"]
Apache Buildr
'net.magja:magja-parent:jar:1.1.0'
Dependencies
The project has no third-party dependencies