GroupId | GroupIdeu.prismacapacity |
---|---|
ArtifactId | ArtifactIdcryptoshred |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
cryptoshred-1.1.3.pom | 7 KB |
cryptoshred-1.1.3-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.prismacapacity/cryptoshred/ -->
<dependency>
<groupId>eu.prismacapacity</groupId>
<artifactId>cryptoshred</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/eu.prismacapacity/cryptoshred/
implementation 'eu.prismacapacity:cryptoshred:1.1.3'
// https://jarcasting.com/artifacts/eu.prismacapacity/cryptoshred/
implementation ("eu.prismacapacity:cryptoshred:1.1.3")
'eu.prismacapacity:cryptoshred:jar:1.1.3'
<dependency org="eu.prismacapacity" name="cryptoshred" rev="1.1.3">
<artifact name="cryptoshred" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.prismacapacity', module='cryptoshred', version='1.1.3')
)
libraryDependencies += "eu.prismacapacity" % "cryptoshred" % "1.1.3"
[eu.prismacapacity/cryptoshred "1.1.3"]