Need your own package repository for Alpine,
Cargo,
CocoaPods,
Composer,
Conan,
Conda,
CRAN,
Dart,
Debian,
Docker,
Go,
Helm,
LuaRocks,
Maven,
npm,
NuGet,
P2,
Python,
RedHat,
Ruby,
Terraform,
Vagrant,
Raw & More?
Cloudsmith
provides better DevOps with simple and secure delivery
of your software, from dev to production.
You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.
Search by package name:
my-package
(implicit)
name:my-package
(explicit)
Search by package filename:
my-package.ext
(implicit)
filename:my-package.ext
(explicit)
Search by package tag:
latest
(implicit)
tag:latest
(explicit)
Search by package version:
1.0.0
(implicit)
version:1.0.0
(explicit)
prerelease:true
(prereleases)
prerelease:false
(no prereleases)
Search by package architecture:
architecture:x86_64
Search by package distribution:
distribution:el
Search by package license:
license:MIT
Search by package format:
format:deb
Search by package status:
status:in_progress
Search by package file checksum:
checksum:5afba
Search by package security status:
severity:critical
Search by package vulnerabilities:
vulnerabilities:>1
vulnerabilities:<1000
Search by package downloads:
downloads:>8
downloads:<100
Search by package type:
type:binary
type:source
Search by package size (bytes):
size:>50000
size:<10000
Search by dependency name:
dependency:log4j
Search by uploaded date:
uploaded:>"1 day ago"
uploaded:<"August 14, 2018 EST"
Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY
Search queries for all Maven-specific (and related) package types
Search by group ID:
maven_group_id:org.apache
Field type modifiers (depending on the type, you can influence behaviour)
For all queries, you can use:
~foo
for negation
For string queries, you can use:
^foo
to anchor to start of term
foo$
to anchor to end of term
foo*bar
for fuzzy matching
For number/date queries, you can use:
>foo
for values greater than
>=foo
for values greater / equal
<foo
for values less than
<=foo
for values less / equal
ethsigner-commandline
develop
One-liner (summary)
Description
Status | Completed |
---|---|
Checksum (MD5) | 6b65488d4ec3dc368bb71e0f7814f001 |
Checksum (SHA-1) | 5ac53d63714311fe011ea09b01ef19f59759b2bf |
Checksum (SHA-256) | 825c8e7d0401da527b924b48c34868b3dddfd5828ed6e6d7e0a200357856746f |
Checksum (SHA-512) | 8e4d58e815d570e27bb77007b3ace0bfc9e98d50745bc2bc03ba01f5a5877e112a… |
GPG Signature | |
Storage Region | Default Region |
Type | Binary (contains binaries and binary artifacts) |
Uploaded At | 1 month ago |
Uploaded By |
![]() |
Slug Id | 32odn1AYFYpZ-p4h |
Unique Id | AZzw1tuhzkBB |
Version (Raw) | develop |
Version (Parsed) |
|
extended metadata | |
Artifact Id | ethsigner-commandline |
Group Id | tech.pegasys.ethsigner.internal |
Is Snapshot | |
Packaging | jar |
Url | http://github.com/ConsenSys/ethsigner |
dependencies | |
Checksum (MD5) | 0aa21af0a3988444b564f9588213a11b |
Runtime | com.google.guava:guava >= 31.1-jre | info.picocli:picocli >= 4.6.3 | org.apache.logging.log4j:log4j-api >= 2.17.2 | org.apache.logging.log4j:log4j-core >= 2.17.2 | org.apache.logging.log4j:log4j-slf4j-impl >= 2.17.2 | org.apache.tuweni:tuweni-toml >= 2.2.0 | org.hyperledger.besu.internal:metrics-core >= 22.4.0 | org.hyperledger.besu:plugin-api >= 22.4.0 | tech.pegasys.ethsigner.internal:ethsigner-core >= develop | tech.pegasys.signers.internal:signing-secp256k1-api >= 2.2.2 | tech.pegasys.signers.internal:signing-secp256k1-impl >= 2.2.2 |
pkg | ethsigner-commandline-develop-j… |
1
474.9 KB |
md5 | sha1 | sha256 | sha512 | ||
pkg | ethsigner-commandline-develop.j… |
0
39.1 KB |
md5 | sha1 | sha256 | sha512 | ||
module | ethsigner-commandline-develop.m… |
2
8.4 KB |
md5 | sha1 | sha256 | sha512 | ||
pom | ethsigner-commandline-develop.p… |
0
12.9 KB |
md5 | sha1 | sha256 | sha512 | ||
sources | ethsigner-commandline-develop-s… |
0
30.0 KB |
md5 | sha1 | sha256 | sha512 |
This package has 108 files/directories.
These instructions assume you have setup the repository first (or read it).
To install/use ethsigner-commandline @ version develop ...
Then you can then depend on ethsigner-commandline @ version develop, via:
Add the following to your project pom.xml file:
<dependency>
<groupId>tech.pegasys.ethsigner.internal</groupId>
<artifactId>ethsigner-commandline</artifactId>
<version>develop</version>
</dependency>
dependencies {
implementation 'tech.pegasys.ethsigner.internal:ethsigner-commandline:develop'
}
Note: These examples use the Groovy-based syntax for Gradle. For the Kotlin syntax, please refer to the official documentation for declaring dependencies.
Add the following to your project build.sbt file:
libraryDependencies += "tech.pegasys.ethsigner.internal" % "ethsigner-commandline" % "develop"
Add the following to your project project.clj file:
:dependencies [[tech.pegasys.ethsigner.internal/ethsigner-commandline "develop"]]
For other build systems, such as grape, please consult your build system documentation for more help.