is not current version
Last Version 1.1

net.awired.clients:clients 1.0

Clients for TeamCity, Bamboo, Sonar, Jenkins, Hudson ...

Categories

Categories

Net CLI User Interface Wire Data Data Structures
GroupId

GroupId

net.awired.clients
ArtifactId

ArtifactId

clients
Version

Version

1.0
Type

Type

pom

Download clients 1.0

Filename Size
clients-1.0.pom 5 KB
Browse

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