GroupId | GroupIdcom.mdsol |
---|---|
ArtifactId | ArtifactIdmauth-signer |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mauth-signer-1.0.1.pom | |
mauth-signer-1.0.1.jar | 3 KB |
mauth-signer-1.0.1-sources.jar | 2 KB |
mauth-signer-1.0.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mdsol/mauth-signer/ -->
<dependency>
<groupId>com.mdsol</groupId>
<artifactId>mauth-signer</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mdsol/mauth-signer/
implementation 'com.mdsol:mauth-signer:1.0.1'
// https://jarcasting.com/artifacts/com.mdsol/mauth-signer/
implementation ("com.mdsol:mauth-signer:1.0.1")
'com.mdsol:mauth-signer:jar:1.0.1'
<dependency org="com.mdsol" name="mauth-signer" rev="1.0.1">
<artifact name="mauth-signer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mdsol', module='mauth-signer', version='1.0.1')
)
libraryDependencies += "com.mdsol" % "mauth-signer" % "1.0.1"
[com.mdsol/mauth-signer "1.0.1"]