| License |
License |
|---|---|
| GroupId | GroupIdcom.marvelution.gitflow |
| ArtifactId | ArtifactIdgitflow-test |
| Version | Version2 |
| Type | Typejar |
| Description |
DescriptionGitFlow
Gitflwo test project
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gitflow-test-2.pom | 5 KB |
| gitflow-test-2-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.marvelution.gitflow/gitflow-test/ -->
<dependency>
<groupId>com.marvelution.gitflow</groupId>
<artifactId>gitflow-test</artifactId>
<version>2</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvelution.gitflow/gitflow-test/
implementation 'com.marvelution.gitflow:gitflow-test:2'
// https://jarcasting.com/artifacts/com.marvelution.gitflow/gitflow-test/
implementation ("com.marvelution.gitflow:gitflow-test:2")
'com.marvelution.gitflow:gitflow-test:jar:2'
<dependency org="com.marvelution.gitflow" name="gitflow-test" rev="2">
<artifact name="gitflow-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvelution.gitflow', module='gitflow-test', version='2')
)
libraryDependencies += "com.marvelution.gitflow" % "gitflow-test" % "2"
[com.marvelution.gitflow/gitflow-test "2"]