| GroupId | GroupIdcom.ovea |
|---|---|
| ArtifactId | ArtifactIdovea-system |
| Version | Version1.1.ga |
| Type | Typejar |
| Filename | Size |
|---|---|
| ovea-system-1.1.ga.pom | |
| ovea-system-1.1.ga.jar | 2 MB |
| ovea-system-1.1.ga-sources.jar | 2 MB |
| ovea-system-1.1.ga-javadoc.jar | 168 KB |
| ovea-system-1.1.ga-all.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ovea/ovea-system/ -->
<dependency>
<groupId>com.ovea</groupId>
<artifactId>ovea-system</artifactId>
<version>1.1.ga</version>
</dependency>
// https://jarcasting.com/artifacts/com.ovea/ovea-system/
implementation 'com.ovea:ovea-system:1.1.ga'
// https://jarcasting.com/artifacts/com.ovea/ovea-system/
implementation ("com.ovea:ovea-system:1.1.ga")
'com.ovea:ovea-system:jar:1.1.ga'
<dependency org="com.ovea" name="ovea-system" rev="1.1.ga">
<artifact name="ovea-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ovea', module='ovea-system', version='1.1.ga')
)
libraryDependencies += "com.ovea" % "ovea-system" % "1.1.ga"
[com.ovea/ovea-system "1.1.ga"]