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