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