GroupId | GroupIdorg.woelker.jimix |
---|---|
ArtifactId | ArtifactIdjimix-ui |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jimix-ui-1.0.0.pom | |
jimix-ui-1.0.0.jar | 374 KB |
jimix-ui-1.0.0-sources.jar | 373 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.woelker.jimix/jimix-ui/ -->
<dependency>
<groupId>org.woelker.jimix</groupId>
<artifactId>jimix-ui</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.woelker.jimix/jimix-ui/
implementation 'org.woelker.jimix:jimix-ui:1.0.0'
// https://jarcasting.com/artifacts/org.woelker.jimix/jimix-ui/
implementation ("org.woelker.jimix:jimix-ui:1.0.0")
'org.woelker.jimix:jimix-ui:jar:1.0.0'
<dependency org="org.woelker.jimix" name="jimix-ui" rev="1.0.0">
<artifact name="jimix-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.woelker.jimix', module='jimix-ui', version='1.0.0')
)
libraryDependencies += "org.woelker.jimix" % "jimix-ui" % "1.0.0"
[org.woelker.jimix/jimix-ui "1.0.0"]