Categories |
CategoriesScala Languages Net |
---|---|
GroupId | GroupIdnet.officefloor.scala |
ArtifactId | ArtifactIdofficescalatest |
Version | Version3.24.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.officefloor.scala/officescalatest/ -->
<dependency>
<groupId>net.officefloor.scala</groupId>
<artifactId>officescalatest</artifactId>
<version>3.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.scala/officescalatest/
implementation 'net.officefloor.scala:officescalatest:3.24.0'
// https://jarcasting.com/artifacts/net.officefloor.scala/officescalatest/
implementation ("net.officefloor.scala:officescalatest:3.24.0")
'net.officefloor.scala:officescalatest:jar:3.24.0'
<dependency org="net.officefloor.scala" name="officescalatest" rev="3.24.0">
<artifact name="officescalatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.scala', module='officescalatest', version='3.24.0')
)
libraryDependencies += "net.officefloor.scala" % "officescalatest" % "3.24.0"
[net.officefloor.scala/officescalatest "3.24.0"]