is not current version
Last Version 1.0.11

com.zarbosoft.rendaw:common 1.0.2

Common data and routines

GroupId

GroupId

com.zarbosoft.rendaw
ArtifactId

ArtifactId

common
Version

Version

1.0.2
Type

Type

jar

Download common 1.0.2


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