GroupId | GroupIdcom.github.venkatramanm |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.12 |
Type | Typepom |
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"]