GroupId | GroupIdorg.smartboot.servlet |
---|---|
ArtifactId | ArtifactIdplugin-dispatcher |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
plugin-dispatcher-0.1.3.pom | |
plugin-dispatcher-0.1.3.jar | 10 KB |
plugin-dispatcher-0.1.3-sources.jar | 7 KB |
plugin-dispatcher-0.1.3-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smartboot.servlet/plugin-dispatcher/ -->
<dependency>
<groupId>org.smartboot.servlet</groupId>
<artifactId>plugin-dispatcher</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.servlet/plugin-dispatcher/
implementation 'org.smartboot.servlet:plugin-dispatcher:0.1.3'
// https://jarcasting.com/artifacts/org.smartboot.servlet/plugin-dispatcher/
implementation ("org.smartboot.servlet:plugin-dispatcher:0.1.3")
'org.smartboot.servlet:plugin-dispatcher:jar:0.1.3'
<dependency org="org.smartboot.servlet" name="plugin-dispatcher" rev="0.1.3">
<artifact name="plugin-dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.servlet', module='plugin-dispatcher', version='0.1.3')
)
libraryDependencies += "org.smartboot.servlet" % "plugin-dispatcher" % "0.1.3"
[org.smartboot.servlet/plugin-dispatcher "0.1.3"]