| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.ritense.valtimo |
| ArtifactId | ArtifactIdklant |
| Version | Version9.6.0.RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| klant-9.6.0.RELEASE.pom | |
| klant-9.6.0.RELEASE-sources.jar | 261 bytes |
| klant-9.6.0.RELEASE-plain.jar | 40 KB |
| klant-9.6.0.RELEASE-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ritense.valtimo/klant/ -->
<dependency>
<groupId>com.ritense.valtimo</groupId>
<artifactId>klant</artifactId>
<version>9.6.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ritense.valtimo/klant/
implementation 'com.ritense.valtimo:klant:9.6.0.RELEASE'
// https://jarcasting.com/artifacts/com.ritense.valtimo/klant/
implementation ("com.ritense.valtimo:klant:9.6.0.RELEASE")
'com.ritense.valtimo:klant:pom:9.6.0.RELEASE'
<dependency org="com.ritense.valtimo" name="klant" rev="9.6.0.RELEASE">
<artifact name="klant" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ritense.valtimo', module='klant', version='9.6.0.RELEASE')
)
libraryDependencies += "com.ritense.valtimo" % "klant" % "9.6.0.RELEASE"
[com.ritense.valtimo/klant "9.6.0.RELEASE"]