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