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