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