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