| GroupId | GroupIdmule |
|---|---|
| ArtifactId | ArtifactIdmule-jbi-spec |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| mule-jbi-spec-1.2.pom | |
| mule-jbi-spec-1.2.jar | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/mule/mule-jbi-spec/ -->
<dependency>
<groupId>mule</groupId>
<artifactId>mule-jbi-spec</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/mule/mule-jbi-spec/
implementation 'mule:mule-jbi-spec:1.2'
// https://jarcasting.com/artifacts/mule/mule-jbi-spec/
implementation ("mule:mule-jbi-spec:1.2")
'mule:mule-jbi-spec:jar:1.2'
<dependency org="mule" name="mule-jbi-spec" rev="1.2">
<artifact name="mule-jbi-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='mule', module='mule-jbi-spec', version='1.2')
)
libraryDependencies += "mule" % "mule-jbi-spec" % "1.2"
[mule/mule-jbi-spec "1.2"]