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