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