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