| License |
License |
|---|---|
| GroupId | GroupIdio.github.m-ds.inssutils |
| ArtifactId | ArtifactIdInssUtils |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionInssUtils
This repository has different utlity classes which can be used to either validate a INSS or generate one.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| InssUtils-1.0.pom | |
| InssUtils-1.0.jar | 20 KB |
| InssUtils-1.0-sources.jar | 13 KB |
| InssUtils-1.0-javadoc.jar | 476 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.m-ds.inssutils/InssUtils/ -->
<dependency>
<groupId>io.github.m-ds.inssutils</groupId>
<artifactId>InssUtils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.m-ds.inssutils/InssUtils/
implementation 'io.github.m-ds.inssutils:InssUtils:1.0'
// https://jarcasting.com/artifacts/io.github.m-ds.inssutils/InssUtils/
implementation ("io.github.m-ds.inssutils:InssUtils:1.0")
'io.github.m-ds.inssutils:InssUtils:jar:1.0'
<dependency org="io.github.m-ds.inssutils" name="InssUtils" rev="1.0">
<artifact name="InssUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.m-ds.inssutils', module='InssUtils', version='1.0')
)
libraryDependencies += "io.github.m-ds.inssutils" % "InssUtils" % "1.0"
[io.github.m-ds.inssutils/InssUtils "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |