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