License |
License |
---|---|
GroupId | GroupIdcom.teamscale |
ArtifactId | ArtifactIdteamscale-bom |
Version | Version8.0.0-rc2 |
Type | Typepom |
Description |
DescriptionTeamscale (Bill of Materials)
Teamscale's Bill of Materials
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
teamscale-bom-8.0.0-rc2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.teamscale/teamscale-bom/ -->
<dependency>
<groupId>com.teamscale</groupId>
<artifactId>teamscale-bom</artifactId>
<version>8.0.0-rc2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.teamscale/teamscale-bom/
implementation 'com.teamscale:teamscale-bom:8.0.0-rc2'
// https://jarcasting.com/artifacts/com.teamscale/teamscale-bom/
implementation ("com.teamscale:teamscale-bom:8.0.0-rc2")
'com.teamscale:teamscale-bom:pom:8.0.0-rc2'
<dependency org="com.teamscale" name="teamscale-bom" rev="8.0.0-rc2">
<artifact name="teamscale-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.teamscale', module='teamscale-bom', version='8.0.0-rc2')
)
libraryDependencies += "com.teamscale" % "teamscale-bom" % "8.0.0-rc2"
[com.teamscale/teamscale-bom "8.0.0-rc2"]