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