License |
License |
---|---|
GroupId | GroupIdcom.cibuddy |
ArtifactId | ArtifactIdcibuddy |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.cibuddy (Main Project)
This project provides the software to monitor the status of your CI builds
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
cibuddy-1.0.0.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cibuddy/cibuddy/ -->
<dependency>
<groupId>com.cibuddy</groupId>
<artifactId>cibuddy</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cibuddy/cibuddy/
implementation 'com.cibuddy:cibuddy:1.0.0'
// https://jarcasting.com/artifacts/com.cibuddy/cibuddy/
implementation ("com.cibuddy:cibuddy:1.0.0")
'com.cibuddy:cibuddy:pom:1.0.0'
<dependency org="com.cibuddy" name="cibuddy" rev="1.0.0">
<artifact name="cibuddy" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cibuddy', module='cibuddy', version='1.0.0')
)
libraryDependencies += "com.cibuddy" % "cibuddy" % "1.0.0"
[com.cibuddy/cibuddy "1.0.0"]