License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.magja |
ArtifactId | ArtifactIdmagja-parent |
Version | Version1.1.0 |
Type | Typepom |
Description |
DescriptionMagja 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
magja-parent-1.1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.magja/magja-parent/ -->
<dependency>
<groupId>net.magja</groupId>
<artifactId>magja-parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.magja/magja-parent/
implementation 'net.magja:magja-parent:1.1.0'
// https://jarcasting.com/artifacts/net.magja/magja-parent/
implementation ("net.magja:magja-parent:1.1.0")
'net.magja:magja-parent:pom:1.1.0'
<dependency org="net.magja" name="magja-parent" rev="1.1.0">
<artifact name="magja-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.magja', module='magja-parent', version='1.1.0')
)
libraryDependencies += "net.magja" % "magja-parent" % "1.1.0"
[net.magja/magja-parent "1.1.0"]