is not current version
Last Version 2.0.6

com.mockrunner:mockrunner-ejb 1.0.3

Mock classes for enterprise java beans

GroupId

GroupId

com.mockrunner
ArtifactId

ArtifactId

mockrunner-ejb
Version

Version

1.0.3
Type

Type

jar

Download mockrunner-ejb 1.0.3


<!-- https://jarcasting.com/artifacts/com.mockrunner/mockrunner-ejb/ -->
<dependency>
    <groupId>com.mockrunner</groupId>
    <artifactId>mockrunner-ejb</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mockrunner/mockrunner-ejb/
implementation 'com.mockrunner:mockrunner-ejb:1.0.3'
// https://jarcasting.com/artifacts/com.mockrunner/mockrunner-ejb/
implementation ("com.mockrunner:mockrunner-ejb:1.0.3")
'com.mockrunner:mockrunner-ejb:jar:1.0.3'
<dependency org="com.mockrunner" name="mockrunner-ejb" rev="1.0.3">
  <artifact name="mockrunner-ejb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mockrunner', module='mockrunner-ejb', version='1.0.3')
)
libraryDependencies += "com.mockrunner" % "mockrunner-ejb" % "1.0.3"
[com.mockrunner/mockrunner-ejb "1.0.3"]