License |
License |
---|---|
GroupId | GroupIdio.github.olib963 |
ArtifactId | ArtifactIdjavatest-bom |
Version | Version0.2.0 |
Type | Typepom |
Description |
DescriptionJavaTest Bill of Materials
BOM to automatically manage dependency versions for JavaTest
|
Filename | Size |
---|---|
javatest-bom-0.2.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.olib963/javatest-bom/ -->
<dependency>
<groupId>io.github.olib963</groupId>
<artifactId>javatest-bom</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.olib963/javatest-bom/
implementation 'io.github.olib963:javatest-bom:0.2.0'
// https://jarcasting.com/artifacts/io.github.olib963/javatest-bom/
implementation ("io.github.olib963:javatest-bom:0.2.0")
'io.github.olib963:javatest-bom:pom:0.2.0'
<dependency org="io.github.olib963" name="javatest-bom" rev="0.2.0">
<artifact name="javatest-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.olib963', module='javatest-bom', version='0.2.0')
)
libraryDependencies += "io.github.olib963" % "javatest-bom" % "0.2.0"
[io.github.olib963/javatest-bom "0.2.0"]