Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.ejb |
ArtifactId | ArtifactIdejb-timer-service-app |
Version | Version3.1 |
Type | Typewar |
Filename | Size |
---|---|
ejb-timer-service-app-3.1.pom | |
ejb-timer-service-app-3.1.war | 11 KB |
ejb-timer-service-app-3.1-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.ejb/ejb-timer-service-app/ -->
<dependency>
<groupId>org.glassfish.ejb</groupId>
<artifactId>ejb-timer-service-app</artifactId>
<version>3.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.ejb/ejb-timer-service-app/
implementation 'org.glassfish.ejb:ejb-timer-service-app:3.1'
// https://jarcasting.com/artifacts/org.glassfish.ejb/ejb-timer-service-app/
implementation ("org.glassfish.ejb:ejb-timer-service-app:3.1")
'org.glassfish.ejb:ejb-timer-service-app:war:3.1'
<dependency org="org.glassfish.ejb" name="ejb-timer-service-app" rev="3.1">
<artifact name="ejb-timer-service-app" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.ejb', module='ejb-timer-service-app', version='3.1')
)
libraryDependencies += "org.glassfish.ejb" % "ejb-timer-service-app" % "3.1"
[org.glassfish.ejb/ejb-timer-service-app "3.1"]