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