Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.swarm |
ArtifactId | ArtifactIdejb-remote |
Version | Version2018.3.0 |
Type | Typejar |
Filename | Size |
---|---|
ejb-remote-2018.3.0.pom | |
ejb-remote-2018.3.0.jar | 7 KB |
ejb-remote-2018.3.0-sources.jar | 4 KB |
ejb-remote-2018.3.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/ejb-remote/ -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>ejb-remote</artifactId>
<version>2018.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/ejb-remote/
implementation 'org.wildfly.swarm:ejb-remote:2018.3.0'
// https://jarcasting.com/artifacts/org.wildfly.swarm/ejb-remote/
implementation ("org.wildfly.swarm:ejb-remote:2018.3.0")
'org.wildfly.swarm:ejb-remote:jar:2018.3.0'
<dependency org="org.wildfly.swarm" name="ejb-remote" rev="2018.3.0">
<artifact name="ejb-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='ejb-remote', version='2018.3.0')
)
libraryDependencies += "org.wildfly.swarm" % "ejb-remote" % "2018.3.0"
[org.wildfly.swarm/ejb-remote "2018.3.0"]