Term Insurance Calculator Core
Term Insurance Calculator Core using Java
License |
License |
---|---|
GroupId | GroupIdcom.github.vaishnavmhetre.terminsurancecalculator |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTerm Insurance Calcualtor Core
Term Insurance Fundamental Core module
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-0.0.1.pom | |
core-0.0.1.jar | 6 KB |
core-0.0.1-sources.jar | 5 KB |
core-0.0.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vaishnavmhetre.terminsurancecalculator/core/ -->
<dependency>
<groupId>com.github.vaishnavmhetre.terminsurancecalculator</groupId>
<artifactId>core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vaishnavmhetre.terminsurancecalculator/core/
implementation 'com.github.vaishnavmhetre.terminsurancecalculator:core:0.0.1'
// https://jarcasting.com/artifacts/com.github.vaishnavmhetre.terminsurancecalculator/core/
implementation ("com.github.vaishnavmhetre.terminsurancecalculator:core:0.0.1")
'com.github.vaishnavmhetre.terminsurancecalculator:core:jar:0.0.1'
<dependency org="com.github.vaishnavmhetre.terminsurancecalculator" name="core" rev="0.0.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vaishnavmhetre.terminsurancecalculator', module='core', version='0.0.1')
)
libraryDependencies += "com.github.vaishnavmhetre.terminsurancecalculator" % "core" % "0.0.1"
[com.github.vaishnavmhetre.terminsurancecalculator/core "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
Term Insurance Calculator Core using Java