Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.echovantage |
ArtifactId | ArtifactIdoss |
Version | Version0.66 |
Type | Typepom |
Filename | Size |
---|---|
oss-0.66.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.echovantage/oss/ -->
<dependency>
<groupId>org.echovantage</groupId>
<artifactId>oss</artifactId>
<version>0.66</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.echovantage/oss/
implementation 'org.echovantage:oss:0.66'
// https://jarcasting.com/artifacts/org.echovantage/oss/
implementation ("org.echovantage:oss:0.66")
'org.echovantage:oss:pom:0.66'
<dependency org="org.echovantage" name="oss" rev="0.66">
<artifact name="oss" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.echovantage', module='oss', version='0.66')
)
libraryDependencies += "org.echovantage" % "oss" % "0.66"
[org.echovantage/oss "0.66"]