| Categories | CategoriesDoma Data ORM | 
|---|---|
| GroupId | GroupIdcom.github.reflect-framework.example | 
| ArtifactId | ArtifactIdreflect-web-shop-domain | 
| Last Version | Last Version0.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionExample domain of a web shop application using the Reflect Framework | 
<!-- https://jarcasting.com/artifacts/com.github.reflect-framework.example/reflect-web-shop-domain/ -->
<dependency>
    <groupId>com.github.reflect-framework.example</groupId>
    <artifactId>reflect-web-shop-domain</artifactId>
    <version>0.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.reflect-framework.example/reflect-web-shop-domain/
implementation 'com.github.reflect-framework.example:reflect-web-shop-domain:0.0.1'// https://jarcasting.com/artifacts/com.github.reflect-framework.example/reflect-web-shop-domain/
implementation ("com.github.reflect-framework.example:reflect-web-shop-domain:0.0.1")'com.github.reflect-framework.example:reflect-web-shop-domain:jar:0.0.1'<dependency org="com.github.reflect-framework.example" name="reflect-web-shop-domain" rev="0.0.1">
  <artifact name="reflect-web-shop-domain" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.reflect-framework.example', module='reflect-web-shop-domain', version='0.0.1')
)libraryDependencies += "com.github.reflect-framework.example" % "reflect-web-shop-domain" % "0.0.1"[com.github.reflect-framework.example/reflect-web-shop-domain "0.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.reflect-framework : reflect-graphical-user-interface | jar | 0.0.1 | 
| com.github.reflect-framework » reflect-infrastructure-random-generator | jar | 0.0.1 |