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