Last Version

Travis4J 0.1.0

A Java binding for the Travis-CI API.

License

License

GroupId

GroupId

org.rauschig
ArtifactId

ArtifactId

travis4j
Version

Version

0.1.0
Type

Type

pom
Description

Description

Travis4J
A Java binding for the Travis-CI API.
Source Code Management

Source Code Management

https://github.com/thrau/travis4j

Download travis4j 0.1.0

Filename Size
travis4j-0.1.0.pom 3 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • travis4j-core