License |
License |
---|---|
GroupId | GroupIdorg.demoiselle.signer |
ArtifactId | ArtifactIdbom |
Version | Version4.0.0 |
Type | Typepom |
Description |
DescriptionDemoiselle Signer Bill of Materials
Contains the list of all dependencies needed for build Demoiselle Signer Project.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
bom-4.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.demoiselle.signer/bom/ -->
<dependency>
<groupId>org.demoiselle.signer</groupId>
<artifactId>bom</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.demoiselle.signer/bom/
implementation 'org.demoiselle.signer:bom:4.0.0'
// https://jarcasting.com/artifacts/org.demoiselle.signer/bom/
implementation ("org.demoiselle.signer:bom:4.0.0")
'org.demoiselle.signer:bom:pom:4.0.0'
<dependency org="org.demoiselle.signer" name="bom" rev="4.0.0">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.demoiselle.signer', module='bom', version='4.0.0')
)
libraryDependencies += "org.demoiselle.signer" % "bom" % "4.0.0"
[org.demoiselle.signer/bom "4.0.0"]