| License |
License |
|---|---|
| GroupId | GroupIdio.trygvis.trello4j |
| ArtifactId | ArtifactIdtrello4j |
| Version | Version1.0-2013.10.19 |
| Type | Typejar |
| Description |
Descriptiontrello4j
Java wrapper around Trello API.
A fork of the fork https://github.com/johanmynhardt/trello4j.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| trello4j-1.0-2013.10.19.pom | |
| trello4j-1.0-2013.10.19.jar | 63 KB |
| trello4j-1.0-2013.10.19-sources.jar | 25 KB |
| trello4j-1.0-2013.10.19-javadoc.jar | 270 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.trygvis.trello4j/trello4j/ -->
<dependency>
<groupId>io.trygvis.trello4j</groupId>
<artifactId>trello4j</artifactId>
<version>1.0-2013.10.19</version>
</dependency>
// https://jarcasting.com/artifacts/io.trygvis.trello4j/trello4j/
implementation 'io.trygvis.trello4j:trello4j:1.0-2013.10.19'
// https://jarcasting.com/artifacts/io.trygvis.trello4j/trello4j/
implementation ("io.trygvis.trello4j:trello4j:1.0-2013.10.19")
'io.trygvis.trello4j:trello4j:jar:1.0-2013.10.19'
<dependency org="io.trygvis.trello4j" name="trello4j" rev="1.0-2013.10.19">
<artifact name="trello4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.trygvis.trello4j', module='trello4j', version='1.0-2013.10.19')
)
libraryDependencies += "io.trygvis.trello4j" % "trello4j" % "1.0-2013.10.19"
[io.trygvis.trello4j/trello4j "1.0-2013.10.19"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | 3.2.2.RELEASE |
| com.fasterxml.jackson.core : jackson-core | jar | 2.2.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.2.0 |
| org.springframework : spring-test | jar | 3.2.2.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |