GroupId | GroupIdorg.mitre.secretsharing |
---|---|
ArtifactId | ArtifactIdsecret-sharing-parent |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
secret-sharing-parent-1.2.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mitre.secretsharing/secret-sharing-parent/ -->
<dependency>
<groupId>org.mitre.secretsharing</groupId>
<artifactId>secret-sharing-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mitre.secretsharing/secret-sharing-parent/
implementation 'org.mitre.secretsharing:secret-sharing-parent:1.2.0'
// https://jarcasting.com/artifacts/org.mitre.secretsharing/secret-sharing-parent/
implementation ("org.mitre.secretsharing:secret-sharing-parent:1.2.0")
'org.mitre.secretsharing:secret-sharing-parent:pom:1.2.0'
<dependency org="org.mitre.secretsharing" name="secret-sharing-parent" rev="1.2.0">
<artifact name="secret-sharing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mitre.secretsharing', module='secret-sharing-parent', version='1.2.0')
)
libraryDependencies += "org.mitre.secretsharing" % "secret-sharing-parent" % "1.2.0"
[org.mitre.secretsharing/secret-sharing-parent "1.2.0"]