GroupId | GroupIdio.easybest |
---|---|
ArtifactId | ArtifactIdeasybest-boot-tests |
Version | Version2.1.7.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
easybest-boot-tests-2.1.7.RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.easybest/easybest-boot-tests/ -->
<dependency>
<groupId>io.easybest</groupId>
<artifactId>easybest-boot-tests</artifactId>
<version>2.1.7.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.easybest/easybest-boot-tests/
implementation 'io.easybest:easybest-boot-tests:2.1.7.RELEASE'
// https://jarcasting.com/artifacts/io.easybest/easybest-boot-tests/
implementation ("io.easybest:easybest-boot-tests:2.1.7.RELEASE")
'io.easybest:easybest-boot-tests:pom:2.1.7.RELEASE'
<dependency org="io.easybest" name="easybest-boot-tests" rev="2.1.7.RELEASE">
<artifact name="easybest-boot-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.easybest', module='easybest-boot-tests', version='2.1.7.RELEASE')
)
libraryDependencies += "io.easybest" % "easybest-boot-tests" % "2.1.7.RELEASE"
[io.easybest/easybest-boot-tests "2.1.7.RELEASE"]