is not current version
Last Version 1.15

com.github.venkatramanm:core 1.3

Commonly used programming tasks in java

GroupId

GroupId

com.github.venkatramanm
ArtifactId

ArtifactId

core
Version

Version

1.3
Type

Type

jar

Download core 1.3


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