| License | License | 
|---|---|
| GroupId | GroupIdcom.cibuddy | 
| ArtifactId | ArtifactIdservers | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptioncom.cibuddy.servers Subproject containing adaptors to fetch status information of various build servers. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| servers-1.0.0.pom | 751 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.cibuddy/servers/ -->
<dependency>
    <groupId>com.cibuddy</groupId>
    <artifactId>servers</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.cibuddy/servers/
implementation 'com.cibuddy:servers:1.0.0'// https://jarcasting.com/artifacts/com.cibuddy/servers/
implementation ("com.cibuddy:servers:1.0.0")'com.cibuddy:servers:pom:1.0.0'<dependency org="com.cibuddy" name="servers" rev="1.0.0">
  <artifact name="servers" type="pom" />
</dependency>@Grapes(
@Grab(group='com.cibuddy', module='servers', version='1.0.0')
)libraryDependencies += "com.cibuddy" % "servers" % "1.0.0"[com.cibuddy/servers "1.0.0"]