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