GroupId | GroupIdcom.github.venkatramanm |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.11 |
Type | Typejar |
Filename | Size |
---|---|
common-1.11.pom | |
common-1.11.jar | 177 KB |
common-1.11-sources.jar | 120 KB |
common-1.11-javadoc.jar | 530 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.venkatramanm/common/ -->
<dependency>
<groupId>com.github.venkatramanm</groupId>
<artifactId>common</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.venkatramanm/common/
implementation 'com.github.venkatramanm:common:1.11'
// https://jarcasting.com/artifacts/com.github.venkatramanm/common/
implementation ("com.github.venkatramanm:common:1.11")
'com.github.venkatramanm:common:jar:1.11'
<dependency org="com.github.venkatramanm" name="common" rev="1.11">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.venkatramanm', module='common', version='1.11')
)
libraryDependencies += "com.github.venkatramanm" % "common" % "1.11"
[com.github.venkatramanm/common "1.11"]