is not current version
Last Version 0.24.3

name.remal.test:common 0.9.1

Java & Kotlin tools: test: common

GroupId

GroupId

name.remal.test
ArtifactId

ArtifactId

common
Version

Version

0.9.1
Type

Type

jar

Download common 0.9.1


<!-- https://jarcasting.com/artifacts/name.remal.test/common/ -->
<dependency>
    <groupId>name.remal.test</groupId>
    <artifactId>common</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/name.remal.test/common/
implementation 'name.remal.test:common:0.9.1'
// https://jarcasting.com/artifacts/name.remal.test/common/
implementation ("name.remal.test:common:0.9.1")
'name.remal.test:common:jar:0.9.1'
<dependency org="name.remal.test" name="common" rev="0.9.1">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.remal.test', module='common', version='0.9.1')
)
libraryDependencies += "name.remal.test" % "common" % "0.9.1"
[name.remal.test/common "0.9.1"]