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