| Categories | CategoriesDistribution Build Tools | 
|---|---|
| GroupId | GroupIdch.exense | 
| ArtifactId | ArtifactIddistribution | 
| Last Version | Last Version3.6.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Description | 
| Filename | Size | 
|---|---|
| distribution-3.6.1.pom | |
| distribution-3.6.1.zip | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ch.exense/distribution/ -->
<dependency>
    <groupId>ch.exense</groupId>
    <artifactId>distribution</artifactId>
    <version>3.6.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/ch.exense/distribution/
implementation 'ch.exense:distribution:3.6.1'// https://jarcasting.com/artifacts/ch.exense/distribution/
implementation ("ch.exense:distribution:3.6.1")'ch.exense:distribution:pom:3.6.1'<dependency org="ch.exense" name="distribution" rev="3.6.1">
  <artifact name="distribution" type="pom" />
</dependency>@Grapes(
@Grab(group='ch.exense', module='distribution', version='3.6.1')
)libraryDependencies += "ch.exense" % "distribution" % "3.6.1"[ch.exense/distribution "3.6.1"]