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