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