| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.google.code.magja |
| Идентификатор | Идентификаторmagja |
| Последняя версия | Последняя версия0.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.4 |