Categories |
CategoriesNet Doma Data ORM |
---|---|
GroupId | GroupIdnz.net.osnz.westore |
ArtifactId | ArtifactIdwestore-domain |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
westore-domain-1.0.4.pom | |
westore-domain-1.0.4.jar | 45 KB |
westore-domain-1.0.4-sources.jar | 23 KB |
westore-domain-1.0.4-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.net.osnz.westore/westore-domain/ -->
<dependency>
<groupId>nz.net.osnz.westore</groupId>
<artifactId>westore-domain</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/nz.net.osnz.westore/westore-domain/
implementation 'nz.net.osnz.westore:westore-domain:1.0.4'
// https://jarcasting.com/artifacts/nz.net.osnz.westore/westore-domain/
implementation ("nz.net.osnz.westore:westore-domain:1.0.4")
'nz.net.osnz.westore:westore-domain:jar:1.0.4'
<dependency org="nz.net.osnz.westore" name="westore-domain" rev="1.0.4">
<artifact name="westore-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.net.osnz.westore', module='westore-domain', version='1.0.4')
)
libraryDependencies += "nz.net.osnz.westore" % "westore-domain" % "1.0.4"
[nz.net.osnz.westore/westore-domain "1.0.4"]