GroupId | GroupIdcom.fortitudetec |
---|---|
ArtifactId | ArtifactIdelucidation-bundle |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
elucidation-bundle-3.0.0.pom | |
elucidation-bundle-3.0.0.jar | 30 KB |
elucidation-bundle-3.0.0-sources.jar | 22 KB |
elucidation-bundle-3.0.0-javadoc.jar | 496 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fortitudetec/elucidation-bundle/ -->
<dependency>
<groupId>com.fortitudetec</groupId>
<artifactId>elucidation-bundle</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fortitudetec/elucidation-bundle/
implementation 'com.fortitudetec:elucidation-bundle:3.0.0'
// https://jarcasting.com/artifacts/com.fortitudetec/elucidation-bundle/
implementation ("com.fortitudetec:elucidation-bundle:3.0.0")
'com.fortitudetec:elucidation-bundle:jar:3.0.0'
<dependency org="com.fortitudetec" name="elucidation-bundle" rev="3.0.0">
<artifact name="elucidation-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fortitudetec', module='elucidation-bundle', version='3.0.0')
)
libraryDependencies += "com.fortitudetec" % "elucidation-bundle" % "3.0.0"
[com.fortitudetec/elucidation-bundle "3.0.0"]