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