Categories |
CategoriesMaven Build Tools Ant |
---|---|
GroupId | GroupIdcom.github.evansiroky |
ArtifactId | ArtifactIdmaven-semantic-release-example |
Version | Version3.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.evansiroky/maven-semantic-release-example/ -->
<dependency>
<groupId>com.github.evansiroky</groupId>
<artifactId>maven-semantic-release-example</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.evansiroky/maven-semantic-release-example/
implementation 'com.github.evansiroky:maven-semantic-release-example:3.0.3'
// https://jarcasting.com/artifacts/com.github.evansiroky/maven-semantic-release-example/
implementation ("com.github.evansiroky:maven-semantic-release-example:3.0.3")
'com.github.evansiroky:maven-semantic-release-example:jar:3.0.3'
<dependency org="com.github.evansiroky" name="maven-semantic-release-example" rev="3.0.3">
<artifact name="maven-semantic-release-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.evansiroky', module='maven-semantic-release-example', version='3.0.3')
)
libraryDependencies += "com.github.evansiroky" % "maven-semantic-release-example" % "3.0.3"
[com.github.evansiroky/maven-semantic-release-example "3.0.3"]