GroupId | GroupIdcom.insightfullogic |
---|---|
ArtifactId | ArtifactIdlambda-behave |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
lambda-behave-0.3.pom | |
lambda-behave-0.3.jar | 65 KB |
lambda-behave-0.3-sources.jar | 36 KB |
lambda-behave-0.3-javadoc.jar | 329 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.insightfullogic/lambda-behave/ -->
<dependency>
<groupId>com.insightfullogic</groupId>
<artifactId>lambda-behave</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.insightfullogic/lambda-behave/
implementation 'com.insightfullogic:lambda-behave:0.3'
// https://jarcasting.com/artifacts/com.insightfullogic/lambda-behave/
implementation ("com.insightfullogic:lambda-behave:0.3")
'com.insightfullogic:lambda-behave:jar:0.3'
<dependency org="com.insightfullogic" name="lambda-behave" rev="0.3">
<artifact name="lambda-behave" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.insightfullogic', module='lambda-behave', version='0.3')
)
libraryDependencies += "com.insightfullogic" % "lambda-behave" % "0.3"
[com.insightfullogic/lambda-behave "0.3"]