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