GroupId | GroupIdtech.sirwellington.alchemy |
---|---|
ArtifactId | ArtifactIdalchemy-test |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
alchemy-test-2.2.pom | |
alchemy-test-2.2.jar | 48 KB |
alchemy-test-2.2-sources.jar | 31 KB |
alchemy-test-2.2-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-test/ -->
<dependency>
<groupId>tech.sirwellington.alchemy</groupId>
<artifactId>alchemy-test</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-test/
implementation 'tech.sirwellington.alchemy:alchemy-test:2.2'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-test/
implementation ("tech.sirwellington.alchemy:alchemy-test:2.2")
'tech.sirwellington.alchemy:alchemy-test:jar:2.2'
<dependency org="tech.sirwellington.alchemy" name="alchemy-test" rev="2.2">
<artifact name="alchemy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy-test', version='2.2')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-test" % "2.2"
[tech.sirwellington.alchemy/alchemy-test "2.2"]