Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.societegenerale |
ArtifactId | ArtifactIdgithub-crawler |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
github-crawler-1.0.0.pom | |
github-crawler-1.0.0.jar | 145 KB |
github-crawler-1.0.0-sources.jar | 37 KB |
github-crawler-1.0.0-javadoc.jar | 193 KB |
github-crawler-1.0.0-exec.jar | 34 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.societegenerale/github-crawler/ -->
<dependency>
<groupId>com.societegenerale</groupId>
<artifactId>github-crawler</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.societegenerale/github-crawler/
implementation 'com.societegenerale:github-crawler:1.0.0'
// https://jarcasting.com/artifacts/com.societegenerale/github-crawler/
implementation ("com.societegenerale:github-crawler:1.0.0")
'com.societegenerale:github-crawler:jar:1.0.0'
<dependency org="com.societegenerale" name="github-crawler" rev="1.0.0">
<artifact name="github-crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.societegenerale', module='github-crawler', version='1.0.0')
)
libraryDependencies += "com.societegenerale" % "github-crawler" % "1.0.0"
[com.societegenerale/github-crawler "1.0.0"]