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