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