| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.mayocat.shop |
| ArtifactId | ArtifactIdmayocat-shop-client |
| Last Version | Last Version0.40.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMayocat Shop - Client
Client Administration UI
|
| Filename | Size |
|---|---|
| mayocat-shop-client-0.40.0.pom | |
| mayocat-shop-client-0.40.0.zip | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mayocat.shop/mayocat-shop-client/ -->
<dependency>
<groupId>org.mayocat.shop</groupId>
<artifactId>mayocat-shop-client</artifactId>
<version>0.40.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mayocat.shop/mayocat-shop-client/
implementation 'org.mayocat.shop:mayocat-shop-client:0.40.0'
// https://jarcasting.com/artifacts/org.mayocat.shop/mayocat-shop-client/
implementation ("org.mayocat.shop:mayocat-shop-client:0.40.0")
'org.mayocat.shop:mayocat-shop-client:pom:0.40.0'
<dependency org="org.mayocat.shop" name="mayocat-shop-client" rev="0.40.0">
<artifact name="mayocat-shop-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mayocat.shop', module='mayocat-shop-client', version='0.40.0')
)
libraryDependencies += "org.mayocat.shop" % "mayocat-shop-client" % "0.40.0"
[org.mayocat.shop/mayocat-shop-client "0.40.0"]