| License | License
                                                        AL2                                                 | 
|---|---|
| Categories | CategoriesWildFly Container Application Servers | 
| GroupId | GroupIdorg.wildfly.swarm | 
| ArtifactId | ArtifactIdejb-remote-runtime | 
| Last Version | Last Version1.0.2.Final | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionWildFly Swarm: EJB Remote Runtime WildFly Swarm: EJB Remote Runtime | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/ejb-remote-runtime/ -->
<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>ejb-remote-runtime</artifactId>
    <version>1.0.2.Final</version>
</dependency>// https://jarcasting.com/artifacts/org.wildfly.swarm/ejb-remote-runtime/
implementation 'org.wildfly.swarm:ejb-remote-runtime:1.0.2.Final'// https://jarcasting.com/artifacts/org.wildfly.swarm/ejb-remote-runtime/
implementation ("org.wildfly.swarm:ejb-remote-runtime:1.0.2.Final")'org.wildfly.swarm:ejb-remote-runtime:jar:1.0.2.Final'<dependency org="org.wildfly.swarm" name="ejb-remote-runtime" rev="1.0.2.Final">
  <artifact name="ejb-remote-runtime" type="jar" />
</dependency>@Grapes(
@Grab(group='org.wildfly.swarm', module='ejb-remote-runtime', version='1.0.2.Final')
)libraryDependencies += "org.wildfly.swarm" % "ejb-remote-runtime" % "1.0.2.Final"[org.wildfly.swarm/ejb-remote-runtime "1.0.2.Final"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.wildfly.swarm : ejb-remote-api | jar | 1.0.2.Final | 
| org.wildfly.swarm : spi-runtime | jar | |
| org.wildfly : wildfly-ejb3 | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | |
| org.easytesting : fest-assert | jar |