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