License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdcom.tomgibara |
ArtifactId | ArtifactIdgithub |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiongithub project
|
Project URL |
Project URL |
Filename | Size |
---|---|
github-1.0.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomgibara/github/ -->
<dependency>
<groupId>com.tomgibara</groupId>
<artifactId>github</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tomgibara/github/
implementation 'com.tomgibara:github:1.0.0'
// https://jarcasting.com/artifacts/com.tomgibara/github/
implementation ("com.tomgibara:github:1.0.0")
'com.tomgibara:github:pom:1.0.0'
<dependency org="com.tomgibara" name="github" rev="1.0.0">
<artifact name="github" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tomgibara', module='github', version='1.0.0')
)
libraryDependencies += "com.tomgibara" % "github" % "1.0.0"
[com.tomgibara/github "1.0.0"]