is not current version
Last Version 0.12

com.github.github:github-maven-core 0.5

Core library for GitHub Maven plugins

Categories

Categories

Maven Build Tools Github Development Tools Version Controls
GroupId

GroupId

com.github.github
ArtifactId

ArtifactId

github-maven-core
Version

Version

0.5
Type

Type

jar

Download github-maven-core 0.5


<!-- https://jarcasting.com/artifacts/com.github.github/github-maven-core/ -->
<dependency>
    <groupId>com.github.github</groupId>
    <artifactId>github-maven-core</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.github/github-maven-core/
implementation 'com.github.github:github-maven-core:0.5'
// https://jarcasting.com/artifacts/com.github.github/github-maven-core/
implementation ("com.github.github:github-maven-core:0.5")
'com.github.github:github-maven-core:jar:0.5'
<dependency org="com.github.github" name="github-maven-core" rev="0.5">
  <artifact name="github-maven-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.github', module='github-maven-core', version='0.5')
)
libraryDependencies += "com.github.github" % "github-maven-core" % "0.5"
[com.github.github/github-maven-core "0.5"]