GroupId | GroupIdorg.easybatch |
---|---|
ArtifactId | ArtifactIdeasybatch-jms |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
easybatch-jms-3.0.2.pom | |
easybatch-jms-3.0.2.jar | 7 KB |
easybatch-jms-3.0.2-sources.jar | 7 KB |
easybatch-jms-3.0.2-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.easybatch/easybatch-jms/ -->
<dependency>
<groupId>org.easybatch</groupId>
<artifactId>easybatch-jms</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.easybatch/easybatch-jms/
implementation 'org.easybatch:easybatch-jms:3.0.2'
// https://jarcasting.com/artifacts/org.easybatch/easybatch-jms/
implementation ("org.easybatch:easybatch-jms:3.0.2")
'org.easybatch:easybatch-jms:jar:3.0.2'
<dependency org="org.easybatch" name="easybatch-jms" rev="3.0.2">
<artifact name="easybatch-jms" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easybatch', module='easybatch-jms', version='3.0.2')
)
libraryDependencies += "org.easybatch" % "easybatch-jms" % "3.0.2"
[org.easybatch/easybatch-jms "3.0.2"]