Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.cortx |
ArtifactId | ArtifactIdcortx-maven-plugin-base |
Version | Version0.1.2 |
Type | Typepom |
Filename | Size |
---|---|
cortx-maven-plugin-base-0.1.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cortx/cortx-maven-plugin-base/ -->
<dependency>
<groupId>org.cortx</groupId>
<artifactId>cortx-maven-plugin-base</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cortx/cortx-maven-plugin-base/
implementation 'org.cortx:cortx-maven-plugin-base:0.1.2'
// https://jarcasting.com/artifacts/org.cortx/cortx-maven-plugin-base/
implementation ("org.cortx:cortx-maven-plugin-base:0.1.2")
'org.cortx:cortx-maven-plugin-base:pom:0.1.2'
<dependency org="org.cortx" name="cortx-maven-plugin-base" rev="0.1.2">
<artifact name="cortx-maven-plugin-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cortx', module='cortx-maven-plugin-base', version='0.1.2')
)
libraryDependencies += "org.cortx" % "cortx-maven-plugin-base" % "0.1.2"
[org.cortx/cortx-maven-plugin-base "0.1.2"]