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