| GroupId | GroupIdnl.vpro |
|---|---|
| ArtifactId | ArtifactIdprepr |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| prepr-0.9.0.pom | |
| prepr-0.9.0.jar | 142 KB |
| prepr-0.9.0-sources.jar | 57 KB |
| prepr-0.9.0-javadoc.jar | 437 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.vpro/prepr/ -->
<dependency>
<groupId>nl.vpro</groupId>
<artifactId>prepr</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.vpro/prepr/
implementation 'nl.vpro:prepr:0.9.0'
// https://jarcasting.com/artifacts/nl.vpro/prepr/
implementation ("nl.vpro:prepr:0.9.0")
'nl.vpro:prepr:jar:0.9.0'
<dependency org="nl.vpro" name="prepr" rev="0.9.0">
<artifact name="prepr" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.vpro', module='prepr', version='0.9.0')
)
libraryDependencies += "nl.vpro" % "prepr" % "0.9.0"
[nl.vpro/prepr "0.9.0"]