Categories |
CategoriesGUI User Interface Doma Data ORM Search Business Logic Libraries |
---|---|
GroupId | GroupIdorg.jresearch.logui |
ArtifactId | ArtifactIdorg.jresearch.logui.domain |
Version | Version1.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jresearch.logui/org.jresearch.logui.domain/ -->
<dependency>
<groupId>org.jresearch.logui</groupId>
<artifactId>org.jresearch.logui.domain</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jresearch.logui/org.jresearch.logui.domain/
implementation 'org.jresearch.logui:org.jresearch.logui.domain:1.0.9'
// https://jarcasting.com/artifacts/org.jresearch.logui/org.jresearch.logui.domain/
implementation ("org.jresearch.logui:org.jresearch.logui.domain:1.0.9")
'org.jresearch.logui:org.jresearch.logui.domain:jar:1.0.9'
<dependency org="org.jresearch.logui" name="org.jresearch.logui.domain" rev="1.0.9">
<artifact name="org.jresearch.logui.domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jresearch.logui', module='org.jresearch.logui.domain', version='1.0.9')
)
libraryDependencies += "org.jresearch.logui" % "org.jresearch.logui.domain" % "1.0.9"
[org.jresearch.logui/org.jresearch.logui.domain "1.0.9"]