Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.syntifi.crypto |
ArtifactId | ArtifactIdcrypto-key-common |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
crypto-key-common-0.3.0.pom | |
crypto-key-common-0.3.0.jar | 57 KB |
crypto-key-common-0.3.0-tests.jar | 9 KB |
crypto-key-common-0.3.0-sources.jar | 53 KB |
crypto-key-common-0.3.0-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.syntifi.crypto/crypto-key-common/ -->
<dependency>
<groupId>com.syntifi.crypto</groupId>
<artifactId>crypto-key-common</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.syntifi.crypto/crypto-key-common/
implementation 'com.syntifi.crypto:crypto-key-common:0.3.0'
// https://jarcasting.com/artifacts/com.syntifi.crypto/crypto-key-common/
implementation ("com.syntifi.crypto:crypto-key-common:0.3.0")
'com.syntifi.crypto:crypto-key-common:jar:0.3.0'
<dependency org="com.syntifi.crypto" name="crypto-key-common" rev="0.3.0">
<artifact name="crypto-key-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.syntifi.crypto', module='crypto-key-common', version='0.3.0')
)
libraryDependencies += "com.syntifi.crypto" % "crypto-key-common" % "0.3.0"
[com.syntifi.crypto/crypto-key-common "0.3.0"]