| Categories |
CategoriesDoma Data ORM |
|---|---|
| GroupId | GroupIdcom.qoomon |
| ArtifactId | ArtifactIddomainvalue |
| Version | Version3.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| domainvalue-3.0.1.pom | |
| domainvalue-3.0.1.jar | 17 KB |
| domainvalue-3.0.1-sources.jar | 9 KB |
| domainvalue-3.0.1-javadoc.jar | 115 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.qoomon/domainvalue/ -->
<dependency>
<groupId>com.qoomon</groupId>
<artifactId>domainvalue</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.qoomon/domainvalue/
implementation 'com.qoomon:domainvalue:3.0.1'
// https://jarcasting.com/artifacts/com.qoomon/domainvalue/
implementation ("com.qoomon:domainvalue:3.0.1")
'com.qoomon:domainvalue:jar:3.0.1'
<dependency org="com.qoomon" name="domainvalue" rev="3.0.1">
<artifact name="domainvalue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qoomon', module='domainvalue', version='3.0.1')
)
libraryDependencies += "com.qoomon" % "domainvalue" % "3.0.1"
[com.qoomon/domainvalue "3.0.1"]