Categories |
CategoriesDistribution Build Tools ORM Data |
---|---|
GroupId | GroupIdorg.wso2.performance.common |
ArtifactId | ArtifactIdperformance-common-distribution |
Version | Version0.2.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.performance.common/performance-common-distribution/ -->
<dependency>
<groupId>org.wso2.performance.common</groupId>
<artifactId>performance-common-distribution</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.performance.common/performance-common-distribution/
implementation 'org.wso2.performance.common:performance-common-distribution:0.2.0'
// https://jarcasting.com/artifacts/org.wso2.performance.common/performance-common-distribution/
implementation ("org.wso2.performance.common:performance-common-distribution:0.2.0")
'org.wso2.performance.common:performance-common-distribution:pom:0.2.0'
<dependency org="org.wso2.performance.common" name="performance-common-distribution" rev="0.2.0">
<artifact name="performance-common-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.performance.common', module='performance-common-distribution', version='0.2.0')
)
libraryDependencies += "org.wso2.performance.common" % "performance-common-distribution" % "0.2.0"
[org.wso2.performance.common/performance-common-distribution "0.2.0"]