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