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