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