GroupId | GroupIdcom.github.hughwick |
---|---|
ArtifactId | ArtifactIdtoolbox-crypto |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
toolbox-crypto-2.1.2.pom | |
toolbox-crypto-2.1.2.jar | 9 KB |
toolbox-crypto-2.1.2-sources.jar | 6 KB |
toolbox-crypto-2.1.2-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hughwick/toolbox-crypto/ -->
<dependency>
<groupId>com.github.hughwick</groupId>
<artifactId>toolbox-crypto</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox-crypto/
implementation 'com.github.hughwick:toolbox-crypto:2.1.2'
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox-crypto/
implementation ("com.github.hughwick:toolbox-crypto:2.1.2")
'com.github.hughwick:toolbox-crypto:jar:2.1.2'
<dependency org="com.github.hughwick" name="toolbox-crypto" rev="2.1.2">
<artifact name="toolbox-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hughwick', module='toolbox-crypto', version='2.1.2')
)
libraryDependencies += "com.github.hughwick" % "toolbox-crypto" % "2.1.2"
[com.github.hughwick/toolbox-crypto "2.1.2"]