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