is not current version
Last Version 1.18

com.github.venkatramanm:common 1.17

Commonly used programming tasks in java

GroupId

GroupId

com.github.venkatramanm
ArtifactId

ArtifactId

common
Version

Version

1.17
Type

Type

jar

Download common 1.17


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