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