Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdee.sk.smartid |
ArtifactId | ArtifactIdsmart-id-java-client |
Version | Version1.5.1 |
Type | Typejar |
Filename | Size |
---|---|
smart-id-java-client-1.5.1.pom | |
smart-id-java-client-1.5.1.jar | 77 KB |
smart-id-java-client-1.5.1-sources.jar | 86 KB |
smart-id-java-client-1.5.1-javadoc.jar | 333 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.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/ee.sk.smartid/smart-id-java-client/
implementation 'ee.sk.smartid:smart-id-java-client:1.5.1'
// https://jarcasting.com/artifacts/ee.sk.smartid/smart-id-java-client/
implementation ("ee.sk.smartid:smart-id-java-client:1.5.1")
'ee.sk.smartid:smart-id-java-client:jar:1.5.1'
<dependency org="ee.sk.smartid" name="smart-id-java-client" rev="1.5.1">
<artifact name="smart-id-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ee.sk.smartid', module='smart-id-java-client', version='1.5.1')
)
libraryDependencies += "ee.sk.smartid" % "smart-id-java-client" % "1.5.1"
[ee.sk.smartid/smart-id-java-client "1.5.1"]