Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.thoughtworks.microbuilder.tutorial |
ArtifactId | ArtifactIdgithub-sdk |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
github-sdk-1.0.6.pom | |
github-sdk-1.0.6.jar | 513 KB |
github-sdk-1.0.6-sources.jar | 271 bytes |
github-sdk-1.0.6-javadoc.jar | 1 MB |
github-sdk-1.0.6-haxe-js.jar | 5 KB |
github-sdk-1.0.6-haxe-js-npm.tgz | 33 KB |
github-sdk-1.0.6-haxe-java.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.microbuilder.tutorial/github-sdk/ -->
<dependency>
<groupId>com.thoughtworks.microbuilder.tutorial</groupId>
<artifactId>github-sdk</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.microbuilder.tutorial/github-sdk/
implementation 'com.thoughtworks.microbuilder.tutorial:github-sdk:1.0.6'
// https://jarcasting.com/artifacts/com.thoughtworks.microbuilder.tutorial/github-sdk/
implementation ("com.thoughtworks.microbuilder.tutorial:github-sdk:1.0.6")
'com.thoughtworks.microbuilder.tutorial:github-sdk:jar:1.0.6'
<dependency org="com.thoughtworks.microbuilder.tutorial" name="github-sdk" rev="1.0.6">
<artifact name="github-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.microbuilder.tutorial', module='github-sdk', version='1.0.6')
)
libraryDependencies += "com.thoughtworks.microbuilder.tutorial" % "github-sdk" % "1.0.6"
[com.thoughtworks.microbuilder.tutorial/github-sdk "1.0.6"]