is not current version
Last Version 1.15

com.github.venkatramanm:core 1.12

Commonly used programming tasks in java

GroupId

GroupId

com.github.venkatramanm
ArtifactId

ArtifactId

core
Version

Version

1.12
Type

Type

pom

Download core 1.12

Filename Size
core-1.12.pom 2 KB
Browse

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