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