Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalawebtest |
ArtifactId | ArtifactIdscalawebtest-bom_2.11 |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
scalawebtest-bom_2.11-1.1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalawebtest/scalawebtest-bom_2.11/ -->
<dependency>
<groupId>org.scalawebtest</groupId>
<artifactId>scalawebtest-bom_2.11</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.scalawebtest/scalawebtest-bom_2.11/
implementation 'org.scalawebtest:scalawebtest-bom_2.11:1.1.0'
// https://jarcasting.com/artifacts/org.scalawebtest/scalawebtest-bom_2.11/
implementation ("org.scalawebtest:scalawebtest-bom_2.11:1.1.0")
'org.scalawebtest:scalawebtest-bom_2.11:pom:1.1.0'
<dependency org="org.scalawebtest" name="scalawebtest-bom_2.11" rev="1.1.0">
<artifact name="scalawebtest-bom_2.11" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.scalawebtest', module='scalawebtest-bom_2.11', version='1.1.0')
)
libraryDependencies += "org.scalawebtest" % "scalawebtest-bom_2.11" % "1.1.0"
[org.scalawebtest/scalawebtest-bom_2.11 "1.1.0"]