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