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