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