GroupId | GroupIdcom.github.venkatramanm |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
core-1.6.pom | |
core-1.6.jar | 205 KB |
core-1.6-sources.jar | 131 KB |
core-1.6-javadoc.jar | 583 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.venkatramanm/core/ -->
<dependency>
<groupId>com.github.venkatramanm</groupId>
<artifactId>core</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.venkatramanm/core/
implementation 'com.github.venkatramanm:core:1.6'
// https://jarcasting.com/artifacts/com.github.venkatramanm/core/
implementation ("com.github.venkatramanm:core:1.6")
'com.github.venkatramanm:core:jar:1.6'
<dependency org="com.github.venkatramanm" name="core" rev="1.6">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.venkatramanm', module='core', version='1.6')
)
libraryDependencies += "com.github.venkatramanm" % "core" % "1.6"
[com.github.venkatramanm/core "1.6"]