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