License |
License |
---|---|
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdportable-crypto |
Version | Version2.7.2 |
Type | Typejar |
Description |
DescriptionShared configuration for Giulius, Acteur and
related projects
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMastfrog Technologies |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
portable-crypto-2.7.2.pom | |
portable-crypto-2.7.2.jar | 11 KB |
portable-crypto-2.7.2-sources.jar | 10 KB |
portable-crypto-2.7.2-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/portable-crypto/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>portable-crypto</artifactId>
<version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/portable-crypto/
implementation 'com.mastfrog:portable-crypto:2.7.2'
// https://jarcasting.com/artifacts/com.mastfrog/portable-crypto/
implementation ("com.mastfrog:portable-crypto:2.7.2")
'com.mastfrog:portable-crypto:jar:2.7.2'
<dependency org="com.mastfrog" name="portable-crypto" rev="2.7.2">
<artifact name="portable-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='portable-crypto', version='2.7.2')
)
libraryDependencies += "com.mastfrog" % "portable-crypto" % "2.7.2"
[com.mastfrog/portable-crypto "2.7.2"]
Group / Artifact | Type | Version |
---|---|---|
com.mastfrog : util-preconditions | jar | 2.7.2 |
com.mastfrog : util-collections | jar | 2.7.2 |
com.mastfrog : util-strings | jar | 2.7.2 |
com.mastfrog : util-streams | jar | 2.7.2 |
com.mastfrog : util-function | jar | 2.7.2 |
com.mastfrog : util-time | jar | 2.7.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |