GroupId | GroupIdorg.mitre.secretsharing |
---|---|
ArtifactId | ArtifactIdsecret-sharing-parent |
Version | Version1.1.2 |
Type | Typepom |
Filename | Size |
---|---|
secret-sharing-parent-1.1.2.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.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mitre.secretsharing/secret-sharing-parent/
implementation 'org.mitre.secretsharing:secret-sharing-parent:1.1.2'
// https://jarcasting.com/artifacts/org.mitre.secretsharing/secret-sharing-parent/
implementation ("org.mitre.secretsharing:secret-sharing-parent:1.1.2")
'org.mitre.secretsharing:secret-sharing-parent:pom:1.1.2'
<dependency org="org.mitre.secretsharing" name="secret-sharing-parent" rev="1.1.2">
<artifact name="secret-sharing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mitre.secretsharing', module='secret-sharing-parent', version='1.1.2')
)
libraryDependencies += "org.mitre.secretsharing" % "secret-sharing-parent" % "1.1.2"
[org.mitre.secretsharing/secret-sharing-parent "1.1.2"]