GroupId | GroupIdorg.apache.servicecomb.pack |
---|---|
ArtifactId | ArtifactIdomega-context |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
omega-context-0.4.0.pom | |
omega-context-0.4.0.jar | 14 KB |
omega-context-0.4.0-sources.jar | 12 KB |
omega-context-0.4.0-javadoc.jar | 64 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb.pack/omega-context/
implementation 'org.apache.servicecomb.pack:omega-context:0.4.0'
// https://jarcasting.com/artifacts/org.apache.servicecomb.pack/omega-context/
implementation ("org.apache.servicecomb.pack:omega-context:0.4.0")
'org.apache.servicecomb.pack:omega-context:jar:0.4.0'
<dependency org="org.apache.servicecomb.pack" name="omega-context" rev="0.4.0">
<artifact name="omega-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb.pack', module='omega-context', version='0.4.0')
)
libraryDependencies += "org.apache.servicecomb.pack" % "omega-context" % "0.4.0"
[org.apache.servicecomb.pack/omega-context "0.4.0"]