is not current version
Last Version 1.0.2

com.devmate.pub:client 1.0

A DevMate public API client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.devmate.pub
ArtifactId

ArtifactId

client
Version

Version

1.0
Type

Type

jar

Download client 1.0


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