| Categories |
CategoriesKotlin Languages |
|---|---|
| GroupId | GroupIdtech.sirwellington.alchemy |
| ArtifactId | ArtifactIdalchemy-kotlin |
| Version | Version1.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| alchemy-kotlin-1.6.0.pom | |
| alchemy-kotlin-1.6.0.jar | 33 KB |
| alchemy-kotlin-1.6.0-sources.jar | 18 KB |
| alchemy-kotlin-1.6.0-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-kotlin/ -->
<dependency>
<groupId>tech.sirwellington.alchemy</groupId>
<artifactId>alchemy-kotlin</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-kotlin/
implementation 'tech.sirwellington.alchemy:alchemy-kotlin:1.6.0'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-kotlin/
implementation ("tech.sirwellington.alchemy:alchemy-kotlin:1.6.0")
'tech.sirwellington.alchemy:alchemy-kotlin:jar:1.6.0'
<dependency org="tech.sirwellington.alchemy" name="alchemy-kotlin" rev="1.6.0">
<artifact name="alchemy-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy-kotlin', version='1.6.0')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-kotlin" % "1.6.0"
[tech.sirwellington.alchemy/alchemy-kotlin "1.6.0"]