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