GroupId | GroupIdco.cask.tephra |
---|---|
ArtifactId | ArtifactIdtephra-core |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
tephra-core-0.6.2.pom | |
tephra-core-0.6.2.jar | 616 KB |
tephra-core-0.6.2-tests.jar | 74 KB |
tephra-core-0.6.2-sources.jar | 186 KB |
tephra-core-0.6.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/co.cask.tephra/tephra-core/ -->
<dependency>
<groupId>co.cask.tephra</groupId>
<artifactId>tephra-core</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.tephra/tephra-core/
implementation 'co.cask.tephra:tephra-core:0.6.2'
// https://jarcasting.com/artifacts/co.cask.tephra/tephra-core/
implementation ("co.cask.tephra:tephra-core:0.6.2")
'co.cask.tephra:tephra-core:jar:0.6.2'
<dependency org="co.cask.tephra" name="tephra-core" rev="0.6.2">
<artifact name="tephra-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.tephra', module='tephra-core', version='0.6.2')
)
libraryDependencies += "co.cask.tephra" % "tephra-core" % "0.6.2"
[co.cask.tephra/tephra-core "0.6.2"]