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