GroupId | GroupIdcom.fortitudetec |
---|---|
ArtifactId | ArtifactIdelucidation-common |
Version | Version2.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fortitudetec/elucidation-common/ -->
<dependency>
<groupId>com.fortitudetec</groupId>
<artifactId>elucidation-common</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fortitudetec/elucidation-common/
implementation 'com.fortitudetec:elucidation-common:2.1.0'
// https://jarcasting.com/artifacts/com.fortitudetec/elucidation-common/
implementation ("com.fortitudetec:elucidation-common:2.1.0")
'com.fortitudetec:elucidation-common:jar:2.1.0'
<dependency org="com.fortitudetec" name="elucidation-common" rev="2.1.0">
<artifact name="elucidation-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fortitudetec', module='elucidation-common', version='2.1.0')
)
libraryDependencies += "com.fortitudetec" % "elucidation-common" % "2.1.0"
[com.fortitudetec/elucidation-common "2.1.0"]