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