| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools | 
| GroupId | GroupIdorg.echovantage | 
| ArtifactId | ArtifactIdoss | 
| Last Version | Last Version0.81 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionEchoVantage Open Source EchoVantage open source and experimental projects | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| oss-0.81.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.echovantage/oss/ -->
<dependency>
    <groupId>org.echovantage</groupId>
    <artifactId>oss</artifactId>
    <version>0.81</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.echovantage/oss/
implementation 'org.echovantage:oss:0.81'// https://jarcasting.com/artifacts/org.echovantage/oss/
implementation ("org.echovantage:oss:0.81")'org.echovantage:oss:pom:0.81'<dependency org="org.echovantage" name="oss" rev="0.81">
  <artifact name="oss" type="pom" />
</dependency>@Grapes(
@Grab(group='org.echovantage', module='oss', version='0.81')
)libraryDependencies += "org.echovantage" % "oss" % "0.81"[org.echovantage/oss "0.81"]