is not current version
Last Version 1.2

com.newmainsoftech.eatestutil:ejbtestutil 1.0

Helper for EJB testing.

GroupId

GroupId

com.newmainsoftech.eatestutil
ArtifactId

ArtifactId

ejbtestutil
Version

Version

1.0
Type

Type

jar

Download ejbtestutil 1.0


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