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