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