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