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