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