Categories |
CategoriesKryo Data Data Formats Serialization |
---|---|
GroupId | GroupIdorg.springframework.statemachine |
ArtifactId | ArtifactIdspring-statemachine-kryo |
Version | Version1.2.8.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-kryo/ -->
<dependency>
<groupId>org.springframework.statemachine</groupId>
<artifactId>spring-statemachine-kryo</artifactId>
<version>1.2.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-kryo/
implementation 'org.springframework.statemachine:spring-statemachine-kryo:1.2.8.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-kryo/
implementation ("org.springframework.statemachine:spring-statemachine-kryo:1.2.8.RELEASE")
'org.springframework.statemachine:spring-statemachine-kryo:jar:1.2.8.RELEASE'
<dependency org="org.springframework.statemachine" name="spring-statemachine-kryo" rev="1.2.8.RELEASE">
<artifact name="spring-statemachine-kryo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-kryo', version='1.2.8.RELEASE')
)
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-kryo" % "1.2.8.RELEASE"
[org.springframework.statemachine/spring-statemachine-kryo "1.2.8.RELEASE"]