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