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