GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdl2 |
Version | Version0.8-M1 |
Type | Typejar |
Filename | Size |
---|---|
l2-0.8-M1.pom | |
l2-0.8-M1.jar | 52 KB |
l2-0.8-M1-tests.jar | 9 KB |
l2-0.8-M1-sources.jar | 47 KB |
l2-0.8-M1-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/l2/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>l2</artifactId>
<version>0.8-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/l2/
implementation 'com.thesett:l2:0.8-M1'
// https://jarcasting.com/artifacts/com.thesett/l2/
implementation ("com.thesett:l2:0.8-M1")
'com.thesett:l2:jar:0.8-M1'
<dependency org="com.thesett" name="l2" rev="0.8-M1">
<artifact name="l2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='l2', version='0.8-M1')
)
libraryDependencies += "com.thesett" % "l2" % "0.8-M1"
[com.thesett/l2 "0.8-M1"]