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