Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.datafx |
ArtifactId | ArtifactIdsamples-ejb |
Version | Version8.0 |
Type | Typejar |
Filename | Size |
---|---|
samples-ejb-8.0.pom | |
samples-ejb-8.0.jar | 1 KB |
samples-ejb-8.0-sources.jar | 1 KB |
samples-ejb-8.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datafx/samples-ejb/ -->
<dependency>
<groupId>io.datafx</groupId>
<artifactId>samples-ejb</artifactId>
<version>8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.datafx/samples-ejb/
implementation 'io.datafx:samples-ejb:8.0'
// https://jarcasting.com/artifacts/io.datafx/samples-ejb/
implementation ("io.datafx:samples-ejb:8.0")
'io.datafx:samples-ejb:jar:8.0'
<dependency org="io.datafx" name="samples-ejb" rev="8.0">
<artifact name="samples-ejb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datafx', module='samples-ejb', version='8.0')
)
libraryDependencies += "io.datafx" % "samples-ejb" % "8.0"
[io.datafx/samples-ejb "8.0"]