is not current version
Last Version 1.6

pl.pkk82.test.ci:maven-bbp-mrp-oss 1.0

Project showing how to release artifact to OSS Sonatype Nexus using Bitbucket Pipelines and maven release plugin

Categories

Categories

Maven Build Tools
GroupId

GroupId

pl.pkk82.test.ci
ArtifactId

ArtifactId

maven-bbp-mrp-oss
Version

Version

1.0
Type

Type

jar

Download maven-bbp-mrp-oss 1.0


<!-- https://jarcasting.com/artifacts/pl.pkk82.test.ci/maven-bbp-mrp-oss/ -->
<dependency>
    <groupId>pl.pkk82.test.ci</groupId>
    <artifactId>maven-bbp-mrp-oss</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.pkk82.test.ci/maven-bbp-mrp-oss/
implementation 'pl.pkk82.test.ci:maven-bbp-mrp-oss:1.0'
// https://jarcasting.com/artifacts/pl.pkk82.test.ci/maven-bbp-mrp-oss/
implementation ("pl.pkk82.test.ci:maven-bbp-mrp-oss:1.0")
'pl.pkk82.test.ci:maven-bbp-mrp-oss:jar:1.0'
<dependency org="pl.pkk82.test.ci" name="maven-bbp-mrp-oss" rev="1.0">
  <artifact name="maven-bbp-mrp-oss" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.pkk82.test.ci', module='maven-bbp-mrp-oss', version='1.0')
)
libraryDependencies += "pl.pkk82.test.ci" % "maven-bbp-mrp-oss" % "1.0"
[pl.pkk82.test.ci/maven-bbp-mrp-oss "1.0"]