GroupId | GroupIdorg.apache.servicecomb.saga |
---|---|
ArtifactId | ArtifactIdalpha-core |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
alpha-core-0.1.0.pom | |
alpha-core-0.1.0.jar | 25 KB |
alpha-core-0.1.0-sources.jar | 20 KB |
alpha-core-0.1.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb.saga/alpha-core/ -->
<dependency>
<groupId>org.apache.servicecomb.saga</groupId>
<artifactId>alpha-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb.saga/alpha-core/
implementation 'org.apache.servicecomb.saga:alpha-core:0.1.0'
// https://jarcasting.com/artifacts/org.apache.servicecomb.saga/alpha-core/
implementation ("org.apache.servicecomb.saga:alpha-core:0.1.0")
'org.apache.servicecomb.saga:alpha-core:jar:0.1.0'
<dependency org="org.apache.servicecomb.saga" name="alpha-core" rev="0.1.0">
<artifact name="alpha-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb.saga', module='alpha-core', version='0.1.0')
)
libraryDependencies += "org.apache.servicecomb.saga" % "alpha-core" % "0.1.0"
[org.apache.servicecomb.saga/alpha-core "0.1.0"]