is not current version
Last Version 0.3.0

com.github.ppadial:pihole-api-client 0.2.0

A pihole API client for java projects

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.ppadial
ArtifactId

ArtifactId

pihole-api-client
Version

Version

0.2.0
Type

Type

jar

Download pihole-api-client 0.2.0


<!-- 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"]