Categories |
CategoriesSpring Boot Container Microservices Security |
---|---|
GroupId | GroupIdorg.activiti |
ArtifactId | ArtifactIdspring-boot-sample-rest-api-security |
Version | Version5.17.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.activiti/spring-boot-sample-rest-api-security/ -->
<dependency>
<groupId>org.activiti</groupId>
<artifactId>spring-boot-sample-rest-api-security</artifactId>
<version>5.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.activiti/spring-boot-sample-rest-api-security/
implementation 'org.activiti:spring-boot-sample-rest-api-security:5.17.0'
// https://jarcasting.com/artifacts/org.activiti/spring-boot-sample-rest-api-security/
implementation ("org.activiti:spring-boot-sample-rest-api-security:5.17.0")
'org.activiti:spring-boot-sample-rest-api-security:jar:5.17.0'
<dependency org="org.activiti" name="spring-boot-sample-rest-api-security" rev="5.17.0">
<artifact name="spring-boot-sample-rest-api-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.activiti', module='spring-boot-sample-rest-api-security', version='5.17.0')
)
libraryDependencies += "org.activiti" % "spring-boot-sample-rest-api-security" % "5.17.0"
[org.activiti/spring-boot-sample-rest-api-security "5.17.0"]