GroupId | GroupIdio.rtr.alchemy |
---|---|
ArtifactId | ArtifactIdalchemy-testing |
Version | Version0.1.15 |
Type | Typejar |
Filename | Size |
---|---|
alchemy-testing-0.1.15.pom | |
alchemy-testing-0.1.15.jar | 7 KB |
alchemy-testing-0.1.15-sources.jar | 2 KB |
alchemy-testing-0.1.15-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>0.1.15</version>
</dependency>
// https://jarcasting.com/artifacts/io.rtr.alchemy/alchemy-testing/
implementation 'io.rtr.alchemy:alchemy-testing:0.1.15'
// https://jarcasting.com/artifacts/io.rtr.alchemy/alchemy-testing/
implementation ("io.rtr.alchemy:alchemy-testing:0.1.15")
'io.rtr.alchemy:alchemy-testing:jar:0.1.15'
<dependency org="io.rtr.alchemy" name="alchemy-testing" rev="0.1.15">
<artifact name="alchemy-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rtr.alchemy', module='alchemy-testing', version='0.1.15')
)
libraryDependencies += "io.rtr.alchemy" % "alchemy-testing" % "0.1.15"
[io.rtr.alchemy/alchemy-testing "0.1.15"]