| GroupId | GroupIdcom.ritense.valtimo | 
|---|---|
| ArtifactId | ArtifactIdbesluit | 
| Version | Version9.7.1.RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| besluit-9.7.1.RELEASE.pom | |
| besluit-9.7.1.RELEASE-sources.jar | 18 KB | 
| besluit-9.7.1.RELEASE-plain.jar | 46 KB | 
| besluit-9.7.1.RELEASE-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.ritense.valtimo/besluit/ -->
<dependency>
    <groupId>com.ritense.valtimo</groupId>
    <artifactId>besluit</artifactId>
    <version>9.7.1.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.ritense.valtimo/besluit/
implementation 'com.ritense.valtimo:besluit:9.7.1.RELEASE'// https://jarcasting.com/artifacts/com.ritense.valtimo/besluit/
implementation ("com.ritense.valtimo:besluit:9.7.1.RELEASE")'com.ritense.valtimo:besluit:pom:9.7.1.RELEASE'<dependency org="com.ritense.valtimo" name="besluit" rev="9.7.1.RELEASE">
  <artifact name="besluit" type="pom" />
</dependency>@Grapes(
@Grab(group='com.ritense.valtimo', module='besluit', version='9.7.1.RELEASE')
)libraryDependencies += "com.ritense.valtimo" % "besluit" % "9.7.1.RELEASE"[com.ritense.valtimo/besluit "9.7.1.RELEASE"]