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