GroupId | GroupIdcool.linco.common |
---|---|
ArtifactId | ArtifactIdshiroweb |
Version | Version2.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
shiroweb-2.0.1-RELEASE.pom | |
shiroweb-2.0.1-RELEASE.jar | 44 KB |
shiroweb-2.0.1-RELEASE-sources.jar | 33 KB |
shiroweb-2.0.1-RELEASE-javadoc.jar | 271 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cool.linco.common/shiroweb/ -->
<dependency>
<groupId>cool.linco.common</groupId>
<artifactId>shiroweb</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cool.linco.common/shiroweb/
implementation 'cool.linco.common:shiroweb:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/cool.linco.common/shiroweb/
implementation ("cool.linco.common:shiroweb:2.0.1-RELEASE")
'cool.linco.common:shiroweb:jar:2.0.1-RELEASE'
<dependency org="cool.linco.common" name="shiroweb" rev="2.0.1-RELEASE">
<artifact name="shiroweb" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.linco.common', module='shiroweb', version='2.0.1-RELEASE')
)
libraryDependencies += "cool.linco.common" % "shiroweb" % "2.0.1-RELEASE"
[cool.linco.common/shiroweb "2.0.1-RELEASE"]