GroupId | GroupIdde.exxcellent |
---|---|
ArtifactId | ArtifactIdecholot-app |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
echolot-app-1.0.3.pom | |
echolot-app-1.0.3.jar | 81 KB |
echolot-app-1.0.3-sources.jar | 109 KB |
echolot-app-1.0.3-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.exxcellent/echolot-app/ -->
<dependency>
<groupId>de.exxcellent</groupId>
<artifactId>echolot-app</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.exxcellent/echolot-app/
implementation 'de.exxcellent:echolot-app:1.0.3'
// https://jarcasting.com/artifacts/de.exxcellent/echolot-app/
implementation ("de.exxcellent:echolot-app:1.0.3")
'de.exxcellent:echolot-app:jar:1.0.3'
<dependency org="de.exxcellent" name="echolot-app" rev="1.0.3">
<artifact name="echolot-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.exxcellent', module='echolot-app', version='1.0.3')
)
libraryDependencies += "de.exxcellent" % "echolot-app" % "1.0.3"
[de.exxcellent/echolot-app "1.0.3"]