GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdwam |
Version | Version0.8.9 |
Type | Typejar |
Filename | Size |
---|---|
wam-0.8.9.pom | |
wam-0.8.9.jar | 153 KB |
wam-0.8.9-tests.jar | 12 KB |
wam-0.8.9-sources.jar | 132 KB |
wam-0.8.9-javadoc.jar | 510 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/wam/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>wam</artifactId>
<version>0.8.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/wam/
implementation 'com.thesett:wam:0.8.9'
// https://jarcasting.com/artifacts/com.thesett/wam/
implementation ("com.thesett:wam:0.8.9")
'com.thesett:wam:jar:0.8.9'
<dependency org="com.thesett" name="wam" rev="0.8.9">
<artifact name="wam" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='wam', version='0.8.9')
)
libraryDependencies += "com.thesett" % "wam" % "0.8.9"
[com.thesett/wam "0.8.9"]