GroupId | GroupIdcom.testerum |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version4.0.1 |
Type | Typepom |
Filename | Size |
---|---|
common-4.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testerum/common/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>common</artifactId>
<version>4.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/common/
implementation 'com.testerum:common:4.0.1'
// https://jarcasting.com/artifacts/com.testerum/common/
implementation ("com.testerum:common:4.0.1")
'com.testerum:common:pom:4.0.1'
<dependency org="com.testerum" name="common" rev="4.0.1">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='common', version='4.0.1')
)
libraryDependencies += "com.testerum" % "common" % "4.0.1"
[com.testerum/common "4.0.1"]