GroupId | GroupIdorg.mule.modules |
---|---|
ArtifactId | ArtifactIdmule-module-shiro |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
mule-module-shiro-1.0.pom | |
mule-module-shiro-1.0.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-shiro/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-shiro</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-shiro/
implementation 'org.mule.modules:mule-module-shiro:1.0'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-shiro/
implementation ("org.mule.modules:mule-module-shiro:1.0")
'org.mule.modules:mule-module-shiro:jar:1.0'
<dependency org="org.mule.modules" name="mule-module-shiro" rev="1.0">
<artifact name="mule-module-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-shiro', version='1.0')
)
libraryDependencies += "org.mule.modules" % "mule-module-shiro" % "1.0"
[org.mule.modules/mule-module-shiro "1.0"]