License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.cortx |
ArtifactId | ArtifactIdcortx-maven-plugin-base |
Version | Version0.1.3 |
Type | Typepom |
Description |
Descriptioncortx-maven-plugin-proj
Maven plugin that facilitates the testing of client side REST services
|
Project URL |
Project URL |
Filename | Size |
---|---|
cortx-maven-plugin-base-0.1.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cortx/cortx-maven-plugin-base/
implementation 'org.cortx:cortx-maven-plugin-base:0.1.3'
// https://jarcasting.com/artifacts/org.cortx/cortx-maven-plugin-base/
implementation ("org.cortx:cortx-maven-plugin-base:0.1.3")
'org.cortx:cortx-maven-plugin-base:pom:0.1.3'
<dependency org="org.cortx" name="cortx-maven-plugin-base" rev="0.1.3">
<artifact name="cortx-maven-plugin-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cortx', module='cortx-maven-plugin-base', version='0.1.3')
)
libraryDependencies += "org.cortx" % "cortx-maven-plugin-base" % "0.1.3"
[org.cortx/cortx-maven-plugin-base "0.1.3"]