GroupId | GroupIdcom.techshroom |
---|---|
ArtifactId | ArtifactIdlettar |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
lettar-0.1.1.pom | |
lettar-0.1.1.jar | 114 KB |
lettar-0.1.1-sources.jar | 101 KB |
lettar-0.1.1-javadoc.jar | 285 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.techshroom/lettar/ -->
<dependency>
<groupId>com.techshroom</groupId>
<artifactId>lettar</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.techshroom/lettar/
implementation 'com.techshroom:lettar:0.1.1'
// https://jarcasting.com/artifacts/com.techshroom/lettar/
implementation ("com.techshroom:lettar:0.1.1")
'com.techshroom:lettar:jar:0.1.1'
<dependency org="com.techshroom" name="lettar" rev="0.1.1">
<artifact name="lettar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techshroom', module='lettar', version='0.1.1')
)
libraryDependencies += "com.techshroom" % "lettar" % "0.1.1"
[com.techshroom/lettar "0.1.1"]