Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.springframework.statemachine |
ArtifactId | ArtifactIdspring-statemachine-data-jpa |
Version | Version2.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-data-jpa/ -->
<dependency>
<groupId>org.springframework.statemachine</groupId>
<artifactId>spring-statemachine-data-jpa</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-data-jpa/
implementation 'org.springframework.statemachine:spring-statemachine-data-jpa:2.5.0'
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-data-jpa/
implementation ("org.springframework.statemachine:spring-statemachine-data-jpa:2.5.0")
'org.springframework.statemachine:spring-statemachine-data-jpa:jar:2.5.0'
<dependency org="org.springframework.statemachine" name="spring-statemachine-data-jpa" rev="2.5.0">
<artifact name="spring-statemachine-data-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-data-jpa', version='2.5.0')
)
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-data-jpa" % "2.5.0"
[org.springframework.statemachine/spring-statemachine-data-jpa "2.5.0"]