is not current version
Last Version 1.0.1

com.apothesource.pillfill:pf-java-client 1.0.0

A application used as an example on how to set up pushing its components to the Central Repository.

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.apothesource.pillfill
ArtifactId

ArtifactId

pf-java-client
Version

Version

1.0.0
Type

Type

jar

Download pf-java-client 1.0.0


<!-- https://jarcasting.com/artifacts/com.apothesource.pillfill/pf-java-client/ -->
<dependency>
    <groupId>com.apothesource.pillfill</groupId>
    <artifactId>pf-java-client</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.apothesource.pillfill/pf-java-client/
implementation 'com.apothesource.pillfill:pf-java-client:1.0.0'
// https://jarcasting.com/artifacts/com.apothesource.pillfill/pf-java-client/
implementation ("com.apothesource.pillfill:pf-java-client:1.0.0")
'com.apothesource.pillfill:pf-java-client:jar:1.0.0'
<dependency org="com.apothesource.pillfill" name="pf-java-client" rev="1.0.0">
  <artifact name="pf-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.apothesource.pillfill', module='pf-java-client', version='1.0.0')
)
libraryDependencies += "com.apothesource.pillfill" % "pf-java-client" % "1.0.0"
[com.apothesource.pillfill/pf-java-client "1.0.0"]