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