Travis4J
Travis4J is a Travis CI API binding for Java, currently under development.
| License |
License |
|---|---|
| GroupId | GroupIdorg.rauschig |
| ArtifactId | ArtifactIdtravis4j-core |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTravis4J :: Core
A Java binding for the Travis-CI API.
|
| Filename | Size |
|---|---|
| travis4j-core-0.1.0.pom | |
| travis4j-core-0.1.0.jar | 32 KB |
| travis4j-core-0.1.0-sources.jar | 29 KB |
| travis4j-core-0.1.0-javadoc.jar | 213 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.rauschig/travis4j-core/ -->
<dependency>
<groupId>org.rauschig</groupId>
<artifactId>travis4j-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.rauschig/travis4j-core/
implementation 'org.rauschig:travis4j-core:0.1.0'
// https://jarcasting.com/artifacts/org.rauschig/travis4j-core/
implementation ("org.rauschig:travis4j-core:0.1.0")
'org.rauschig:travis4j-core:jar:0.1.0'
<dependency org="org.rauschig" name="travis4j-core" rev="0.1.0">
<artifact name="travis4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rauschig', module='travis4j-core', version='0.1.0')
)
libraryDependencies += "org.rauschig" % "travis4j-core" % "0.1.0"
[org.rauschig/travis4j-core "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.12 |
| org.apache.httpcomponents : httpclient | jar | 4.5.1 |
| org.json : json | jar | 20151123 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
| junit : junit | jar | 4.12 |
Travis4J is a Travis CI API binding for Java, currently under development.