Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.societegenerale.github-crawler |
ArtifactId | ArtifactIdgithub-crawler-starter |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.societegenerale.github-crawler/github-crawler-starter/ -->
<dependency>
<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-starter</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.societegenerale.github-crawler/github-crawler-starter/
implementation 'com.societegenerale.github-crawler:github-crawler-starter:1.1.2'
// https://jarcasting.com/artifacts/com.societegenerale.github-crawler/github-crawler-starter/
implementation ("com.societegenerale.github-crawler:github-crawler-starter:1.1.2")
'com.societegenerale.github-crawler:github-crawler-starter:jar:1.1.2'
<dependency org="com.societegenerale.github-crawler" name="github-crawler-starter" rev="1.1.2">
<artifact name="github-crawler-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.societegenerale.github-crawler', module='github-crawler-starter', version='1.1.2')
)
libraryDependencies += "com.societegenerale.github-crawler" % "github-crawler-starter" % "1.1.2"
[com.societegenerale.github-crawler/github-crawler-starter "1.1.2"]