License |
License |
---|---|
Categories |
CategoriesNinja User Interface Web Frameworks |
GroupId | GroupIdcom.github.pnpninja |
ArtifactId | ArtifactIdnsetools |
Last Version | Last Version1.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNSE Tools
A Java Package to fetch Live details about stocks and indices from National Stock Exchange(NSE India)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nsetools-1.0-RELEASE.pom | |
nsetools-1.0-RELEASE.jar | 12 KB |
nsetools-1.0-RELEASE-sources.jar | 5 KB |
nsetools-1.0-RELEASE-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pnpninja/nsetools/ -->
<dependency>
<groupId>com.github.pnpninja</groupId>
<artifactId>nsetools</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pnpninja/nsetools/
implementation 'com.github.pnpninja:nsetools:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.pnpninja/nsetools/
implementation ("com.github.pnpninja:nsetools:1.0-RELEASE")
'com.github.pnpninja:nsetools:jar:1.0-RELEASE'
<dependency org="com.github.pnpninja" name="nsetools" rev="1.0-RELEASE">
<artifact name="nsetools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pnpninja', module='nsetools', version='1.0-RELEASE')
)
libraryDependencies += "com.github.pnpninja" % "nsetools" % "1.0-RELEASE"
[com.github.pnpninja/nsetools "1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.3.6 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
org.jsoup : jsoup | jar | 1.8.3 |
commons-io : commons-io | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |