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