Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdee.sk.smartid |
ArtifactId | ArtifactIdsmart-id-java-client |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
smart-id-java-client-1.0.pom | |
smart-id-java-client-1.0.jar | 59 KB |
smart-id-java-client-1.0-sources.jar | 43 KB |
smart-id-java-client-1.0-javadoc.jar | 295 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ee.sk.smartid/smart-id-java-client/ -->
<dependency>
<groupId>ee.sk.smartid</groupId>
<artifactId>smart-id-java-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ee.sk.smartid/smart-id-java-client/
implementation 'ee.sk.smartid:smart-id-java-client:1.0'
// https://jarcasting.com/artifacts/ee.sk.smartid/smart-id-java-client/
implementation ("ee.sk.smartid:smart-id-java-client:1.0")
'ee.sk.smartid:smart-id-java-client:jar:1.0'
<dependency org="ee.sk.smartid" name="smart-id-java-client" rev="1.0">
<artifact name="smart-id-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ee.sk.smartid', module='smart-id-java-client', version='1.0')
)
libraryDependencies += "ee.sk.smartid" % "smart-id-java-client" % "1.0"
[ee.sk.smartid/smart-id-java-client "1.0"]