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