Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.netricecake |
ArtifactId | ArtifactIdhkdf |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
hkdf-1.0.pom | |
hkdf-1.0.jar | 4 KB |
hkdf-1.0-sources.jar | 1 KB |
hkdf-1.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.netricecake/hkdf/ -->
<dependency>
<groupId>com.github.netricecake</groupId>
<artifactId>hkdf</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.netricecake/hkdf/
implementation 'com.github.netricecake:hkdf:1.0'
// https://jarcasting.com/artifacts/com.github.netricecake/hkdf/
implementation ("com.github.netricecake:hkdf:1.0")
'com.github.netricecake:hkdf:jar:1.0'
<dependency org="com.github.netricecake" name="hkdf" rev="1.0">
<artifact name="hkdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.netricecake', module='hkdf', version='1.0')
)
libraryDependencies += "com.github.netricecake" % "hkdf" % "1.0"
[com.github.netricecake/hkdf "1.0"]