| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.encdec |
| ArtifactId | ArtifactIdedcmd |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionedcmd
encdec command line tool for encryption of local files and object data
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| edcmd-1.0.2.pom | |
| edcmd-1.0.2.jar | 1 MB |
| edcmd-1.0.2-sources.jar | 13 KB |
| edcmd-1.0.2-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.encdec/edcmd/ -->
<dependency>
<groupId>net.encdec</groupId>
<artifactId>edcmd</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.encdec/edcmd/
implementation 'net.encdec:edcmd:1.0.2'
// https://jarcasting.com/artifacts/net.encdec/edcmd/
implementation ("net.encdec:edcmd:1.0.2")
'net.encdec:edcmd:jar:1.0.2'
<dependency org="net.encdec" name="edcmd" rev="1.0.2">
<artifact name="edcmd" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.encdec', module='edcmd', version='1.0.2')
)
libraryDependencies += "net.encdec" % "edcmd" % "1.0.2"
[net.encdec/edcmd "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |