Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.fortitudetec |
ArtifactId | ArtifactIdelucidation-client |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
elucidation-client-2.0.2.pom | |
elucidation-client-2.0.2.jar | 11 KB |
elucidation-client-2.0.2-sources.jar | 10 KB |
elucidation-client-2.0.2-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fortitudetec/elucidation-client/ -->
<dependency>
<groupId>com.fortitudetec</groupId>
<artifactId>elucidation-client</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fortitudetec/elucidation-client/
implementation 'com.fortitudetec:elucidation-client:2.0.2'
// https://jarcasting.com/artifacts/com.fortitudetec/elucidation-client/
implementation ("com.fortitudetec:elucidation-client:2.0.2")
'com.fortitudetec:elucidation-client:jar:2.0.2'
<dependency org="com.fortitudetec" name="elucidation-client" rev="2.0.2">
<artifact name="elucidation-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fortitudetec', module='elucidation-client', version='2.0.2')
)
libraryDependencies += "com.fortitudetec" % "elucidation-client" % "2.0.2"
[com.fortitudetec/elucidation-client "2.0.2"]