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