| GroupId | GroupIdcom.osohq |
|---|---|
| ArtifactId | ArtifactIdoso |
| Version | Version0.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| oso-0.0.0.pom | |
| oso-0.0.0.jar | 8 MB |
| oso-0.0.0-sources.jar | 5 MB |
| oso-0.0.0-javadoc.jar | 606 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.osohq/oso/ -->
<dependency>
<groupId>com.osohq</groupId>
<artifactId>oso</artifactId>
<version>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.osohq/oso/
implementation 'com.osohq:oso:0.0.0'
// https://jarcasting.com/artifacts/com.osohq/oso/
implementation ("com.osohq:oso:0.0.0")
'com.osohq:oso:jar:0.0.0'
<dependency org="com.osohq" name="oso" rev="0.0.0">
<artifact name="oso" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.osohq', module='oso', version='0.0.0')
)
libraryDependencies += "com.osohq" % "oso" % "0.0.0"
[com.osohq/oso "0.0.0"]