GroupId | GroupIdorg.gitective |
---|---|
ArtifactId | ArtifactIdgitective-core |
Version | Version0.9.7 |
Type | Typejar |
Filename | Size |
---|---|
gitective-core-0.9.7.pom | |
gitective-core-0.9.7.jar | 111 KB |
gitective-core-0.9.7-sources.jar | 116 KB |
gitective-core-0.9.7-javadoc.jar | 470 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gitective/gitective-core/ -->
<dependency>
<groupId>org.gitective</groupId>
<artifactId>gitective-core</artifactId>
<version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.gitective/gitective-core/
implementation 'org.gitective:gitective-core:0.9.7'
// https://jarcasting.com/artifacts/org.gitective/gitective-core/
implementation ("org.gitective:gitective-core:0.9.7")
'org.gitective:gitective-core:jar:0.9.7'
<dependency org="org.gitective" name="gitective-core" rev="0.9.7">
<artifact name="gitective-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gitective', module='gitective-core', version='0.9.7')
)
libraryDependencies += "org.gitective" % "gitective-core" % "0.9.7"
[org.gitective/gitective-core "0.9.7"]