| GroupId | GroupIduk.co.unclealex |
|---|---|
| ArtifactId | ArtifactIdthank-you-for-the-days_2.12 |
| Version | Version1.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/uk.co.unclealex/thank-you-for-the-days_2.12/ -->
<dependency>
<groupId>uk.co.unclealex</groupId>
<artifactId>thank-you-for-the-days_2.12</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.unclealex/thank-you-for-the-days_2.12/
implementation 'uk.co.unclealex:thank-you-for-the-days_2.12:1.0.0'
// https://jarcasting.com/artifacts/uk.co.unclealex/thank-you-for-the-days_2.12/
implementation ("uk.co.unclealex:thank-you-for-the-days_2.12:1.0.0")
'uk.co.unclealex:thank-you-for-the-days_2.12:jar:1.0.0'
<dependency org="uk.co.unclealex" name="thank-you-for-the-days_2.12" rev="1.0.0">
<artifact name="thank-you-for-the-days_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.unclealex', module='thank-you-for-the-days_2.12', version='1.0.0')
)
libraryDependencies += "uk.co.unclealex" % "thank-you-for-the-days_2.12" % "1.0.0"
[uk.co.unclealex/thank-you-for-the-days_2.12 "1.0.0"]