GroupId | GroupIdcom.fortitudetec |
---|---|
ArtifactId | ArtifactIdelucidation-bom |
Version | Version4.0.0 |
Type | Typepom |
Filename | Size |
---|---|
elucidation-bom-4.0.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fortitudetec/elucidation-bom/ -->
<dependency>
<groupId>com.fortitudetec</groupId>
<artifactId>elucidation-bom</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fortitudetec/elucidation-bom/
implementation 'com.fortitudetec:elucidation-bom:4.0.0'
// https://jarcasting.com/artifacts/com.fortitudetec/elucidation-bom/
implementation ("com.fortitudetec:elucidation-bom:4.0.0")
'com.fortitudetec:elucidation-bom:pom:4.0.0'
<dependency org="com.fortitudetec" name="elucidation-bom" rev="4.0.0">
<artifact name="elucidation-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fortitudetec', module='elucidation-bom', version='4.0.0')
)
libraryDependencies += "com.fortitudetec" % "elucidation-bom" % "4.0.0"
[com.fortitudetec/elucidation-bom "4.0.0"]