trello-java-wrapper:Trello API的Java包装器

时间:2024-05-30 17:28:09
【文件属性】:

文件名称:trello-java-wrapper:Trello API的Java包装器

文件大小:170KB

文件格式:ZIP

更新时间:2024-05-30 17:28:09

Java

Trello API的Java包装器 概述 该项目是的Java包装器。 它提供了一个流畅的接口来请求API。 用法 该库可以与Java 11或更高版本一起使用。 在可用。 Gradle依赖声明: dependencies { compile 'com.taskadapter:trello-java-wrapper:' } 包装程序可以使用以下HTTP客户端之一: JDKTrelloHttpClient 纯JDK http客户端,没有其他依赖项 compile 'com.squareup.okhttp3:okhttp:VERSION' Spring Web compile 'org.springframework:spring-web:VERSION' compile 'org.apache.httpcomponents:httpcli


网友评论