Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdexample-domain-word-guessing-game-model |
Version | Version0.14.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.occurrent/example-domain-word-guessing-game-model/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>example-domain-word-guessing-game-model</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/example-domain-word-guessing-game-model/
implementation 'org.occurrent:example-domain-word-guessing-game-model:0.14.0'
// https://jarcasting.com/artifacts/org.occurrent/example-domain-word-guessing-game-model/
implementation ("org.occurrent:example-domain-word-guessing-game-model:0.14.0")
'org.occurrent:example-domain-word-guessing-game-model:jar:0.14.0'
<dependency org="org.occurrent" name="example-domain-word-guessing-game-model" rev="0.14.0">
<artifact name="example-domain-word-guessing-game-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='example-domain-word-guessing-game-model', version='0.14.0')
)
libraryDependencies += "org.occurrent" % "example-domain-word-guessing-game-model" % "0.14.0"
[org.occurrent/example-domain-word-guessing-game-model "0.14.0"]