GroupId | GroupIdorg.tomitribe |
---|---|
ArtifactId | ArtifactIdsheldon-sample-ejb |
Version | Version0.8 |
Type | Typeejb |
Filename | Size |
---|---|
sheldon-sample-ejb-0.8.pom | |
sheldon-sample-ejb-0.8.jar | 13 KB |
sheldon-sample-ejb-0.8-sources.jar | 10 KB |
sheldon-sample-ejb-0.8-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tomitribe/sheldon-sample-ejb/ -->
<dependency>
<groupId>org.tomitribe</groupId>
<artifactId>sheldon-sample-ejb</artifactId>
<version>0.8</version>
<type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.tomitribe/sheldon-sample-ejb/
implementation 'org.tomitribe:sheldon-sample-ejb:0.8'
// https://jarcasting.com/artifacts/org.tomitribe/sheldon-sample-ejb/
implementation ("org.tomitribe:sheldon-sample-ejb:0.8")
'org.tomitribe:sheldon-sample-ejb:ejb:0.8'
<dependency org="org.tomitribe" name="sheldon-sample-ejb" rev="0.8">
<artifact name="sheldon-sample-ejb" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.tomitribe', module='sheldon-sample-ejb', version='0.8')
)
libraryDependencies += "org.tomitribe" % "sheldon-sample-ejb" % "0.8"
[org.tomitribe/sheldon-sample-ejb "0.8"]