Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.mule.modules |
ArtifactId | ArtifactIdmule-module-jbossts |
Version | Version3.3.0-EA |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-jbossts/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-jbossts</artifactId>
<version>3.3.0-EA</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-jbossts/
implementation 'org.mule.modules:mule-module-jbossts:3.3.0-EA'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-jbossts/
implementation ("org.mule.modules:mule-module-jbossts:3.3.0-EA")
'org.mule.modules:mule-module-jbossts:jar:3.3.0-EA'
<dependency org="org.mule.modules" name="mule-module-jbossts" rev="3.3.0-EA">
<artifact name="mule-module-jbossts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-jbossts', version='3.3.0-EA')
)
libraryDependencies += "org.mule.modules" % "mule-module-jbossts" % "3.3.0-EA"
[org.mule.modules/mule-module-jbossts "3.3.0-EA"]