License |
License |
---|---|
Categories |
CategoriesGrails User Interface Web Frameworks |
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-events |
Last Version | Last Version3.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGrails Async Framework
Grails Async Libraries
|
Project URL |
Project URL |
Filename | Size |
---|---|
grails-events-3.3.2.pom | |
grails-events-3.3.2.jar | 48 KB |
grails-events-3.3.2-sources.jar | 14 KB |
grails-events-3.3.2-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.grails/grails-events/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-events</artifactId>
<version>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-events/
implementation 'org.grails:grails-events:3.3.2'
// https://jarcasting.com/artifacts/org.grails/grails-events/
implementation ("org.grails:grails-events:3.3.2")
'org.grails:grails-events:jar:3.3.2'
<dependency org="org.grails" name="grails-events" rev="3.3.2">
<artifact name="grails-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-events', version='3.3.2')
)
libraryDependencies += "org.grails" % "grails-events" % "3.3.2"
[org.grails/grails-events "3.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 2.4.11 |
org.slf4j : slf4j-api | jar | 1.7.22 |
org.springframework : spring-context | jar | 4.3.9.RELEASE |
org.springframework : spring-tx | jar | 4.3.9.RELEASE |