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