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