is not current version
Last Version 1.15

com.github.venkatramanm:core 1.11

Commonly used programming tasks in java

GroupId

GroupId

com.github.venkatramanm
ArtifactId

ArtifactId

core
Version

Version

1.11
Type

Type

pom

Download core 1.11

Filename Size
core-1.11.pom 2 KB
Browse

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