| GroupId | GroupIdcom.techshroom |
|---|---|
| ArtifactId | ArtifactIdtemplar |
| Version | Version0.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| templar-0.0.8.pom | |
| templar-0.0.8.jar | 22 KB |
| templar-0.0.8-sources.jar | 20 KB |
| templar-0.0.8-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.techshroom/templar/ -->
<dependency>
<groupId>com.techshroom</groupId>
<artifactId>templar</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.techshroom/templar/
implementation 'com.techshroom:templar:0.0.8'
// https://jarcasting.com/artifacts/com.techshroom/templar/
implementation ("com.techshroom:templar:0.0.8")
'com.techshroom:templar:jar:0.0.8'
<dependency org="com.techshroom" name="templar" rev="0.0.8">
<artifact name="templar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techshroom', module='templar', version='0.0.8')
)
libraryDependencies += "com.techshroom" % "templar" % "0.0.8"
[com.techshroom/templar "0.0.8"]