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