Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.ppadial |
ArtifactId | ArtifactIdpihole-api-client |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
pihole-api-client-0.2.0.pom | |
pihole-api-client-0.2.0.jar | 26 KB |
pihole-api-client-0.2.0-tests.jar | 6 KB |
pihole-api-client-0.2.0-sources.jar | 32 KB |
pihole-api-client-0.2.0-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ppadial/pihole-api-client/ -->
<dependency>
<groupId>com.github.ppadial</groupId>
<artifactId>pihole-api-client</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppadial/pihole-api-client/
implementation 'com.github.ppadial:pihole-api-client:0.2.0'
// https://jarcasting.com/artifacts/com.github.ppadial/pihole-api-client/
implementation ("com.github.ppadial:pihole-api-client:0.2.0")
'com.github.ppadial:pihole-api-client:jar:0.2.0'
<dependency org="com.github.ppadial" name="pihole-api-client" rev="0.2.0">
<artifact name="pihole-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ppadial', module='pihole-api-client', version='0.2.0')
)
libraryDependencies += "com.github.ppadial" % "pihole-api-client" % "0.2.0"
[com.github.ppadial/pihole-api-client "0.2.0"]