GroupId | GroupIdco.cask.tephra |
---|---|
ArtifactId | ArtifactIdtephra-examples |
Version | Version0.6.5 |
Type | Typejar |
Filename | Size |
---|---|
tephra-examples-0.6.5.pom | |
tephra-examples-0.6.5.jar | 9 KB |
tephra-examples-0.6.5-sources.jar | 5 KB |
tephra-examples-0.6.5-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.cask.tephra/tephra-examples/ -->
<dependency>
<groupId>co.cask.tephra</groupId>
<artifactId>tephra-examples</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.tephra/tephra-examples/
implementation 'co.cask.tephra:tephra-examples:0.6.5'
// https://jarcasting.com/artifacts/co.cask.tephra/tephra-examples/
implementation ("co.cask.tephra:tephra-examples:0.6.5")
'co.cask.tephra:tephra-examples:jar:0.6.5'
<dependency org="co.cask.tephra" name="tephra-examples" rev="0.6.5">
<artifact name="tephra-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.tephra', module='tephra-examples', version='0.6.5')
)
libraryDependencies += "co.cask.tephra" % "tephra-examples" % "0.6.5"
[co.cask.tephra/tephra-examples "0.6.5"]