GroupId | GroupIdio.smallrye.testing |
---|---|
ArtifactId | ArtifactIdsmallrye-testing-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
smallrye-testing-parent-1.0.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.testing/smallrye-testing-parent/ -->
<dependency>
<groupId>io.smallrye.testing</groupId>
<artifactId>smallrye-testing-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.testing/smallrye-testing-parent/
implementation 'io.smallrye.testing:smallrye-testing-parent:1.0.0'
// https://jarcasting.com/artifacts/io.smallrye.testing/smallrye-testing-parent/
implementation ("io.smallrye.testing:smallrye-testing-parent:1.0.0")
'io.smallrye.testing:smallrye-testing-parent:pom:1.0.0'
<dependency org="io.smallrye.testing" name="smallrye-testing-parent" rev="1.0.0">
<artifact name="smallrye-testing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.testing', module='smallrye-testing-parent', version='1.0.0')
)
libraryDependencies += "io.smallrye.testing" % "smallrye-testing-parent" % "1.0.0"
[io.smallrye.testing/smallrye-testing-parent "1.0.0"]