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