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