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