Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdai.wordbox |
ArtifactId | ArtifactIddomainmodel |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
domainmodel-1.0.3.pom | |
domainmodel-1.0.3-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.wordbox/domainmodel/ -->
<dependency>
<groupId>ai.wordbox</groupId>
<artifactId>domainmodel</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ai.wordbox/domainmodel/
implementation 'ai.wordbox:domainmodel:1.0.3'
// https://jarcasting.com/artifacts/ai.wordbox/domainmodel/
implementation ("ai.wordbox:domainmodel:1.0.3")
'ai.wordbox:domainmodel:aar:1.0.3'
<dependency org="ai.wordbox" name="domainmodel" rev="1.0.3">
<artifact name="domainmodel" type="aar" />
</dependency>
@Grapes(
@Grab(group='ai.wordbox', module='domainmodel', version='1.0.3')
)
libraryDependencies += "ai.wordbox" % "domainmodel" % "1.0.3"
[ai.wordbox/domainmodel "1.0.3"]