Categories |
CategoriesMaven Build Tools ORM Data |
---|---|
GroupId | GroupIdorg.sonatype.nexus.platform.circleci |
ArtifactId | ArtifactIdtest-circleci-maven-release |
Version | Version0.0.6 |
Type | Typepom |
Filename | Size |
---|---|
test-circleci-maven-release-0.0.6.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.platform.circleci/test-circleci-maven-release/ -->
<dependency>
<groupId>org.sonatype.nexus.platform.circleci</groupId>
<artifactId>test-circleci-maven-release</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.platform.circleci/test-circleci-maven-release/
implementation 'org.sonatype.nexus.platform.circleci:test-circleci-maven-release:0.0.6'
// https://jarcasting.com/artifacts/org.sonatype.nexus.platform.circleci/test-circleci-maven-release/
implementation ("org.sonatype.nexus.platform.circleci:test-circleci-maven-release:0.0.6")
'org.sonatype.nexus.platform.circleci:test-circleci-maven-release:pom:0.0.6'
<dependency org="org.sonatype.nexus.platform.circleci" name="test-circleci-maven-release" rev="0.0.6">
<artifact name="test-circleci-maven-release" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.platform.circleci', module='test-circleci-maven-release', version='0.0.6')
)
libraryDependencies += "org.sonatype.nexus.platform.circleci" % "test-circleci-maven-release" % "0.0.6"
[org.sonatype.nexus.platform.circleci/test-circleci-maven-release "0.0.6"]