Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.oxerr.spring.security |
ArtifactId | ArtifactIdspring-security-wechat-samples-helloworld |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.oxerr.spring.security/spring-security-wechat-samples-helloworld/ -->
<dependency>
<groupId>org.oxerr.spring.security</groupId>
<artifactId>spring-security-wechat-samples-helloworld</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr.spring.security/spring-security-wechat-samples-helloworld/
implementation 'org.oxerr.spring.security:spring-security-wechat-samples-helloworld:0.0.2'
// https://jarcasting.com/artifacts/org.oxerr.spring.security/spring-security-wechat-samples-helloworld/
implementation ("org.oxerr.spring.security:spring-security-wechat-samples-helloworld:0.0.2")
'org.oxerr.spring.security:spring-security-wechat-samples-helloworld:jar:0.0.2'
<dependency org="org.oxerr.spring.security" name="spring-security-wechat-samples-helloworld" rev="0.0.2">
<artifact name="spring-security-wechat-samples-helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr.spring.security', module='spring-security-wechat-samples-helloworld', version='0.0.2')
)
libraryDependencies += "org.oxerr.spring.security" % "spring-security-wechat-samples-helloworld" % "0.0.2"
[org.oxerr.spring.security/spring-security-wechat-samples-helloworld "0.0.2"]