GroupId | GroupIdcom.actionsky |
---|---|
ArtifactId | ArtifactIdomega |
Version | Version2.19.10.0 |
Type | Typepom |
Filename | Size |
---|---|
omega-2.19.10.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.actionsky/omega/ -->
<dependency>
<groupId>com.actionsky</groupId>
<artifactId>omega</artifactId>
<version>2.19.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.actionsky/omega/
implementation 'com.actionsky:omega:2.19.10.0'
// https://jarcasting.com/artifacts/com.actionsky/omega/
implementation ("com.actionsky:omega:2.19.10.0")
'com.actionsky:omega:pom:2.19.10.0'
<dependency org="com.actionsky" name="omega" rev="2.19.10.0">
<artifact name="omega" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.actionsky', module='omega', version='2.19.10.0')
)
libraryDependencies += "com.actionsky" % "omega" % "2.19.10.0"
[com.actionsky/omega "2.19.10.0"]