GroupId | GroupIdco.cask.tephra |
---|---|
ArtifactId | ArtifactIdtephra-examples |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
tephra-examples-0.7.0.pom | |
tephra-examples-0.7.0.jar | 9 KB |
tephra-examples-0.7.0-sources.jar | 5 KB |
tephra-examples-0.7.0-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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.tephra/tephra-examples/
implementation 'co.cask.tephra:tephra-examples:0.7.0'
// https://jarcasting.com/artifacts/co.cask.tephra/tephra-examples/
implementation ("co.cask.tephra:tephra-examples:0.7.0")
'co.cask.tephra:tephra-examples:jar:0.7.0'
<dependency org="co.cask.tephra" name="tephra-examples" rev="0.7.0">
<artifact name="tephra-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.tephra', module='tephra-examples', version='0.7.0')
)
libraryDependencies += "co.cask.tephra" % "tephra-examples" % "0.7.0"
[co.cask.tephra/tephra-examples "0.7.0"]