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