GroupId | GroupIdcom.newmainsoftech.eatestutil |
---|---|
ArtifactId | ArtifactIdejbtestutil |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
ejbtestutil-1.0.pom | |
ejbtestutil-1.0.jar | 29 KB |
ejbtestutil-1.0-sources.jar | 19 KB |
ejbtestutil-1.0-javadoc.jar | 77 KB |
Browse |
<!-- 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"]