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