Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.insightfullogic |
ArtifactId | ArtifactIdlambda-behave-scalatest |
Version | Version0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.insightfullogic/lambda-behave-scalatest/ -->
<dependency>
<groupId>com.insightfullogic</groupId>
<artifactId>lambda-behave-scalatest</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.insightfullogic/lambda-behave-scalatest/
implementation 'com.insightfullogic:lambda-behave-scalatest:0.3'
// https://jarcasting.com/artifacts/com.insightfullogic/lambda-behave-scalatest/
implementation ("com.insightfullogic:lambda-behave-scalatest:0.3")
'com.insightfullogic:lambda-behave-scalatest:jar:0.3'
<dependency org="com.insightfullogic" name="lambda-behave-scalatest" rev="0.3">
<artifact name="lambda-behave-scalatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.insightfullogic', module='lambda-behave-scalatest', version='0.3')
)
libraryDependencies += "com.insightfullogic" % "lambda-behave-scalatest" % "0.3"
[com.insightfullogic/lambda-behave-scalatest "0.3"]