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