| License |
License |
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers |
| GroupId | GroupIdorg.glassfish.main.ejb |
| ArtifactId | ArtifactIdejb-timer-service-app |
| Version | Version6.1.0 |
| Type | Typewar |
| Description |
DescriptionEJB Timer Service Application
Eclipse GlassFish Parent Project
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ejb-timer-service-app-6.1.0.pom | |
| ejb-timer-service-app-6.1.0.war | 21 KB |
| ejb-timer-service-app-6.1.0-sources.jar | 18 KB |
| ejb-timer-service-app-6.1.0-javadoc.jar | 396 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.ejb/ejb-timer-service-app/ -->
<dependency>
<groupId>org.glassfish.main.ejb</groupId>
<artifactId>ejb-timer-service-app</artifactId>
<version>6.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.ejb/ejb-timer-service-app/
implementation 'org.glassfish.main.ejb:ejb-timer-service-app:6.1.0'
// https://jarcasting.com/artifacts/org.glassfish.main.ejb/ejb-timer-service-app/
implementation ("org.glassfish.main.ejb:ejb-timer-service-app:6.1.0")
'org.glassfish.main.ejb:ejb-timer-service-app:war:6.1.0'
<dependency org="org.glassfish.main.ejb" name="ejb-timer-service-app" rev="6.1.0">
<artifact name="ejb-timer-service-app" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.ejb', module='ejb-timer-service-app', version='6.1.0')
)
libraryDependencies += "org.glassfish.main.ejb" % "ejb-timer-service-app" % "6.1.0"
[org.glassfish.main.ejb/ejb-timer-service-app "6.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.main.ejb : ejb-full-container | jar | 6.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.13.2 |