| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdio.knotx |
| ArtifactId | ArtifactIdknotx-forms-core |
| Version | Version1.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| knotx-forms-core-1.5.0.pom | |
| knotx-forms-core-1.5.0.jar | 27 KB |
| knotx-forms-core-1.5.0-sources.jar | 15 KB |
| knotx-forms-core-1.5.0-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.knotx/knotx-forms-core/ -->
<dependency>
<groupId>io.knotx</groupId>
<artifactId>knotx-forms-core</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.knotx/knotx-forms-core/
implementation 'io.knotx:knotx-forms-core:1.5.0'
// https://jarcasting.com/artifacts/io.knotx/knotx-forms-core/
implementation ("io.knotx:knotx-forms-core:1.5.0")
'io.knotx:knotx-forms-core:jar:1.5.0'
<dependency org="io.knotx" name="knotx-forms-core" rev="1.5.0">
<artifact name="knotx-forms-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.knotx', module='knotx-forms-core', version='1.5.0')
)
libraryDependencies += "io.knotx" % "knotx-forms-core" % "1.5.0"
[io.knotx/knotx-forms-core "1.5.0"]