License |
License |
---|---|
GroupId | GroupIdcom.google.code.magja |
ArtifactId | ArtifactIdmagja |
Version | Version0.0.3 |
Type | Typejar |
Description |
Descriptionmagja
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 |
Filename | Size |
---|---|
magja-0.0.3.pom | |
magja-0.0.3.jar | 157 KB |
magja-0.0.3-sources.jar | 96 KB |
magja-0.0.3-javadoc.jar | 575 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |