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