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