GroupId | GroupIdcom.rempl.reporters |
---|---|
ArtifactId | ArtifactIdreporter-pdd |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
reporter-pdd-1.0.pom | |
reporter-pdd-1.0.jar | 8 KB |
reporter-pdd-1.0-sources.jar | 7 KB |
reporter-pdd-1.0-site.xml | 530 bytes |
reporter-pdd-1.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rempl.reporters/reporter-pdd/ -->
<dependency>
<groupId>com.rempl.reporters</groupId>
<artifactId>reporter-pdd</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rempl.reporters/reporter-pdd/
implementation 'com.rempl.reporters:reporter-pdd:1.0'
// https://jarcasting.com/artifacts/com.rempl.reporters/reporter-pdd/
implementation ("com.rempl.reporters:reporter-pdd:1.0")
'com.rempl.reporters:reporter-pdd:jar:1.0'
<dependency org="com.rempl.reporters" name="reporter-pdd" rev="1.0">
<artifact name="reporter-pdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rempl.reporters', module='reporter-pdd', version='1.0')
)
libraryDependencies += "com.rempl.reporters" % "reporter-pdd" % "1.0"
[com.rempl.reporters/reporter-pdd "1.0"]