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