GroupId | GroupIdtech.sirwellington.alchemy |
---|---|
ArtifactId | ArtifactIdalchemy |
Version | Version1.3 |
Type | Typepom |
Filename | Size |
---|---|
alchemy-1.3.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy/ -->
<dependency>
<groupId>tech.sirwellington.alchemy</groupId>
<artifactId>alchemy</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy/
implementation 'tech.sirwellington.alchemy:alchemy:1.3'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy/
implementation ("tech.sirwellington.alchemy:alchemy:1.3")
'tech.sirwellington.alchemy:alchemy:pom:1.3'
<dependency org="tech.sirwellington.alchemy" name="alchemy" rev="1.3">
<artifact name="alchemy" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy', version='1.3')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy" % "1.3"
[tech.sirwellington.alchemy/alchemy "1.3"]