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