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