| GroupId | GroupIdcom.shopizer |
|---|---|
| ArtifactId | ArtifactIdshopizer-parent |
| Version | Version3.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| shopizer-parent-3.0.1.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.shopizer/shopizer-parent/ -->
<dependency>
<groupId>com.shopizer</groupId>
<artifactId>shopizer-parent</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.shopizer/shopizer-parent/
implementation 'com.shopizer:shopizer-parent:3.0.1'
// https://jarcasting.com/artifacts/com.shopizer/shopizer-parent/
implementation ("com.shopizer:shopizer-parent:3.0.1")
'com.shopizer:shopizer-parent:pom:3.0.1'
<dependency org="com.shopizer" name="shopizer-parent" rev="3.0.1">
<artifact name="shopizer-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.shopizer', module='shopizer-parent', version='3.0.1')
)
libraryDependencies += "com.shopizer" % "shopizer-parent" % "3.0.1"
[com.shopizer/shopizer-parent "3.0.1"]