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