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