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