GroupId | GroupIdcom.avanza.ymer |
---|---|
ArtifactId | ArtifactIdymer-test-common |
Version | Version2.0.16 |
Type | Typejar |
Filename | Size |
---|---|
ymer-test-common-2.0.16.pom | |
ymer-test-common-2.0.16.jar | 5 KB |
ymer-test-common-2.0.16-sources.jar | 4 KB |
ymer-test-common-2.0.16-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.avanza.ymer/ymer-test-common/ -->
<dependency>
<groupId>com.avanza.ymer</groupId>
<artifactId>ymer-test-common</artifactId>
<version>2.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.avanza.ymer/ymer-test-common/
implementation 'com.avanza.ymer:ymer-test-common:2.0.16'
// https://jarcasting.com/artifacts/com.avanza.ymer/ymer-test-common/
implementation ("com.avanza.ymer:ymer-test-common:2.0.16")
'com.avanza.ymer:ymer-test-common:jar:2.0.16'
<dependency org="com.avanza.ymer" name="ymer-test-common" rev="2.0.16">
<artifact name="ymer-test-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avanza.ymer', module='ymer-test-common', version='2.0.16')
)
libraryDependencies += "com.avanza.ymer" % "ymer-test-common" % "2.0.16"
[com.avanza.ymer/ymer-test-common "2.0.16"]