GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdosgi-remoting-ejb-sample-ear |
Version | Version0.1.0 |
Type | Typeear |
Filename | Size |
---|---|
osgi-remoting-ejb-sample-ear-0.1.0.pom | |
osgi-remoting-ejb-sample-ear-0.1.0.ear | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/osgi-remoting-ejb-sample-ear/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>osgi-remoting-ejb-sample-ear</artifactId>
<version>0.1.0</version>
<type>ear</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/osgi-remoting-ejb-sample-ear/
implementation 'com.github.marschall:osgi-remoting-ejb-sample-ear:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/osgi-remoting-ejb-sample-ear/
implementation ("com.github.marschall:osgi-remoting-ejb-sample-ear:0.1.0")
'com.github.marschall:osgi-remoting-ejb-sample-ear:ear:0.1.0'
<dependency org="com.github.marschall" name="osgi-remoting-ejb-sample-ear" rev="0.1.0">
<artifact name="osgi-remoting-ejb-sample-ear" type="ear" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='osgi-remoting-ejb-sample-ear', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "osgi-remoting-ejb-sample-ear" % "0.1.0"
[com.github.marschall/osgi-remoting-ejb-sample-ear "0.1.0"]