GroupId | GroupIdorg.jbehavesupport |
---|---|
ArtifactId | ArtifactIdjbehave-support-core |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jbehave-support-core-1.0.3.pom | |
jbehave-support-core-1.0.3.jar | 328 KB |
jbehave-support-core-1.0.3-sources.jar | 170 KB |
jbehave-support-core-1.0.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbehavesupport/jbehave-support-core/ -->
<dependency>
<groupId>org.jbehavesupport</groupId>
<artifactId>jbehave-support-core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbehavesupport/jbehave-support-core/
implementation 'org.jbehavesupport:jbehave-support-core:1.0.3'
// https://jarcasting.com/artifacts/org.jbehavesupport/jbehave-support-core/
implementation ("org.jbehavesupport:jbehave-support-core:1.0.3")
'org.jbehavesupport:jbehave-support-core:jar:1.0.3'
<dependency org="org.jbehavesupport" name="jbehave-support-core" rev="1.0.3">
<artifact name="jbehave-support-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbehavesupport', module='jbehave-support-core', version='1.0.3')
)
libraryDependencies += "org.jbehavesupport" % "jbehave-support-core" % "1.0.3"
[org.jbehavesupport/jbehave-support-core "1.0.3"]