GroupId | GroupIdcom.github.malkomich |
---|---|
ArtifactId | ArtifactIdrelease-workflow-poc |
Version | Version5.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.malkomich/release-workflow-poc/ -->
<dependency>
<groupId>com.github.malkomich</groupId>
<artifactId>release-workflow-poc</artifactId>
<version>5.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.malkomich/release-workflow-poc/
implementation 'com.github.malkomich:release-workflow-poc:5.2.4'
// https://jarcasting.com/artifacts/com.github.malkomich/release-workflow-poc/
implementation ("com.github.malkomich:release-workflow-poc:5.2.4")
'com.github.malkomich:release-workflow-poc:jar:5.2.4'
<dependency org="com.github.malkomich" name="release-workflow-poc" rev="5.2.4">
<artifact name="release-workflow-poc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.malkomich', module='release-workflow-poc', version='5.2.4')
)
libraryDependencies += "com.github.malkomich" % "release-workflow-poc" % "5.2.4"
[com.github.malkomich/release-workflow-poc "5.2.4"]