License |
License |
---|---|
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdportable-crypto |
Last Version | Last Version2.8.3 |
Release Date | Release Date |
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.8.3.pom | |
portable-crypto-2.8.3.jar | 11 KB |
portable-crypto-2.8.3-sources.jar | 10 KB |
portable-crypto-2.8.3-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/portable-crypto/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>portable-crypto</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/portable-crypto/
implementation 'com.mastfrog:portable-crypto:2.8.3'
// https://jarcasting.com/artifacts/com.mastfrog/portable-crypto/
implementation ("com.mastfrog:portable-crypto:2.8.3")
'com.mastfrog:portable-crypto:jar:2.8.3'
<dependency org="com.mastfrog" name="portable-crypto" rev="2.8.3">
<artifact name="portable-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='portable-crypto', version='2.8.3')
)
libraryDependencies += "com.mastfrog" % "portable-crypto" % "2.8.3"
[com.mastfrog/portable-crypto "2.8.3"]
Group / Artifact | Type | Version |
---|---|---|
com.mastfrog : util-preconditions | jar | 2.8.3 |
com.mastfrog : util-collections | jar | 2.8.3 |
com.mastfrog : util-strings | jar | 2.8.3 |
com.mastfrog : util-streams | jar | 2.8.3 |
com.mastfrog : util-function | jar | 2.8.3 |
com.mastfrog : util-time | jar | 2.8.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |