License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdio.github.xieyinglin |
ArtifactId | ArtifactIdgithub |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGithub crawler
Github crawler for watch, star, fork, issues
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
github-0.0.1.pom | |
github-0.0.1.jar | 26 MB |
github-0.0.1-sources.jar | 2 MB |
github-0.0.1-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xieyinglin/github/ -->
<dependency>
<groupId>io.github.xieyinglin</groupId>
<artifactId>github</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xieyinglin/github/
implementation 'io.github.xieyinglin:github:0.0.1'
// https://jarcasting.com/artifacts/io.github.xieyinglin/github/
implementation ("io.github.xieyinglin:github:0.0.1")
'io.github.xieyinglin:github:jar:0.0.1'
<dependency org="io.github.xieyinglin" name="github" rev="0.0.1">
<artifact name="github" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xieyinglin', module='github', version='0.0.1')
)
libraryDependencies += "io.github.xieyinglin" % "github" % "0.0.1"
[io.github.xieyinglin/github "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-thymeleaf | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.0.5.RELEASE |
org.projectlombok : lombok | jar | 1.16.22 |
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.0.5.RELEASE |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.0.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.10.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.6 |
commons-io : commons-io | jar | 2.4 |
org.jsoup : jsoup | jar | 1.11.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar | 2.0.5.RELEASE |
mysql : mysql-connector-java | jar | 5.1.47 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.5.RELEASE |