License |
License
MIT
|
---|---|
GroupId | GroupIdcom.github.venkatramanm |
ArtifactId | ArtifactIdcore |
Last Version | Last Version1.15 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore
Commonly used programming tasks in java
|
Project URL |
Project URL |
Filename | Size |
---|---|
core-1.15.pom | |
core-1.15.jar | 164 KB |
core-1.15-sources.jar | 123 KB |
core-1.15-javadoc.jar | 339 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.venkatramanm/core/ -->
<dependency>
<groupId>com.github.venkatramanm</groupId>
<artifactId>core</artifactId>
<version>1.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.venkatramanm/core/
implementation 'com.github.venkatramanm:core:1.15'
// https://jarcasting.com/artifacts/com.github.venkatramanm/core/
implementation ("com.github.venkatramanm:core:1.15")
'com.github.venkatramanm:core:jar:1.15'
<dependency org="com.github.venkatramanm" name="core" rev="1.15">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.venkatramanm', module='core', version='1.15')
)
libraryDependencies += "com.github.venkatramanm" % "core" % "1.15"
[com.github.venkatramanm/core "1.15"]
Group / Artifact | Type | Version |
---|---|---|
com.github.venkatramanm : common | jar | [1.15,) |
com.github.venkatramanm : reflection | jar | [1.13,) |
com.github.venkatramanm : poi | jar | [1.12,) |
com.github.venkatramanm : ocr | jar | [1.11,) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |