GroupId | GroupIdcom.github.jparkie |
---|---|
ArtifactId | ArtifactIdpdd |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
pdd-0.1.0.pom | |
pdd-0.1.0.jar | 21 KB |
pdd-0.1.0-sources.jar | 15 KB |
pdd-0.1.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jparkie/pdd/ -->
<dependency>
<groupId>com.github.jparkie</groupId>
<artifactId>pdd</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jparkie/pdd/
implementation 'com.github.jparkie:pdd:0.1.0'
// https://jarcasting.com/artifacts/com.github.jparkie/pdd/
implementation ("com.github.jparkie:pdd:0.1.0")
'com.github.jparkie:pdd:jar:0.1.0'
<dependency org="com.github.jparkie" name="pdd" rev="0.1.0">
<artifact name="pdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jparkie', module='pdd', version='0.1.0')
)
libraryDependencies += "com.github.jparkie" % "pdd" % "0.1.0"
[com.github.jparkie/pdd "0.1.0"]