GroupId | GroupIdio.rtr.alchemy |
---|---|
ArtifactId | ArtifactIdalchemy-testing |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
alchemy-testing-2.0.0.pom | |
alchemy-testing-2.0.0.jar | 7 KB |
alchemy-testing-2.0.0-sources.jar | 2 KB |
alchemy-testing-2.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rtr.alchemy/alchemy-testing/ -->
<dependency>
<groupId>io.rtr.alchemy</groupId>
<artifactId>alchemy-testing</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rtr.alchemy/alchemy-testing/
implementation 'io.rtr.alchemy:alchemy-testing:2.0.0'
// https://jarcasting.com/artifacts/io.rtr.alchemy/alchemy-testing/
implementation ("io.rtr.alchemy:alchemy-testing:2.0.0")
'io.rtr.alchemy:alchemy-testing:jar:2.0.0'
<dependency org="io.rtr.alchemy" name="alchemy-testing" rev="2.0.0">
<artifact name="alchemy-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rtr.alchemy', module='alchemy-testing', version='2.0.0')
)
libraryDependencies += "io.rtr.alchemy" % "alchemy-testing" % "2.0.0"
[io.rtr.alchemy/alchemy-testing "2.0.0"]