Categories |
CategoriesCLI User Interface Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdrs.ltt.autocrypt |
ArtifactId | ArtifactIdautocrypt-client |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
autocrypt-client-0.1.2.pom | |
autocrypt-client-0.1.2.jar | 45 KB |
autocrypt-client-0.1.2-sources.jar | 22 KB |
autocrypt-client-0.1.2-javadoc.jar | 549 KB |
Browse |
<!-- https://jarcasting.com/artifacts/rs.ltt.autocrypt/autocrypt-client/ -->
<dependency>
<groupId>rs.ltt.autocrypt</groupId>
<artifactId>autocrypt-client</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/rs.ltt.autocrypt/autocrypt-client/
implementation 'rs.ltt.autocrypt:autocrypt-client:0.1.2'
// https://jarcasting.com/artifacts/rs.ltt.autocrypt/autocrypt-client/
implementation ("rs.ltt.autocrypt:autocrypt-client:0.1.2")
'rs.ltt.autocrypt:autocrypt-client:jar:0.1.2'
<dependency org="rs.ltt.autocrypt" name="autocrypt-client" rev="0.1.2">
<artifact name="autocrypt-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='rs.ltt.autocrypt', module='autocrypt-client', version='0.1.2')
)
libraryDependencies += "rs.ltt.autocrypt" % "autocrypt-client" % "0.1.2"
[rs.ltt.autocrypt/autocrypt-client "0.1.2"]