Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.echovantage |
ArtifactId | ArtifactIdwheatgrass |
Version | Version0.65 |
Type | Typejar |
Filename | Size |
---|---|
wheatgrass-0.65.pom | |
wheatgrass-0.65.jar | 46 KB |
wheatgrass-0.65-sources.jar | 25 KB |
wheatgrass-0.65-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.echovantage/wheatgrass/ -->
<dependency>
<groupId>org.echovantage</groupId>
<artifactId>wheatgrass</artifactId>
<version>0.65</version>
</dependency>
// https://jarcasting.com/artifacts/org.echovantage/wheatgrass/
implementation 'org.echovantage:wheatgrass:0.65'
// https://jarcasting.com/artifacts/org.echovantage/wheatgrass/
implementation ("org.echovantage:wheatgrass:0.65")
'org.echovantage:wheatgrass:jar:0.65'
<dependency org="org.echovantage" name="wheatgrass" rev="0.65">
<artifact name="wheatgrass" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echovantage', module='wheatgrass', version='0.65')
)
libraryDependencies += "org.echovantage" % "wheatgrass" % "0.65"
[org.echovantage/wheatgrass "0.65"]