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