Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdexample-domain |
Version | Version0.7.1 |
Type | Typepom |
Filename | Size |
---|---|
example-domain-0.7.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/example-domain/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>example-domain</artifactId>
<version>0.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/example-domain/
implementation 'org.occurrent:example-domain:0.7.1'
// https://jarcasting.com/artifacts/org.occurrent/example-domain/
implementation ("org.occurrent:example-domain:0.7.1")
'org.occurrent:example-domain:pom:0.7.1'
<dependency org="org.occurrent" name="example-domain" rev="0.7.1">
<artifact name="example-domain" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='example-domain', version='0.7.1')
)
libraryDependencies += "org.occurrent" % "example-domain" % "0.7.1"
[org.occurrent/example-domain "0.7.1"]