GroupId | GroupIdorg.apache.tephra |
---|---|
ArtifactId | ArtifactIdtephra-core |
Version | Version0.16.0 |
Type | Typejar |
Filename | Size |
---|---|
tephra-core-0.16.0.pom | |
tephra-core-0.16.0.jar | 926 KB |
tephra-core-0.16.0-tests.jar | 141 KB |
tephra-core-0.16.0-sources.jar | 282 KB |
tephra-core-0.16.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tephra/tephra-core/ -->
<dependency>
<groupId>org.apache.tephra</groupId>
<artifactId>tephra-core</artifactId>
<version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tephra/tephra-core/
implementation 'org.apache.tephra:tephra-core:0.16.0'
// https://jarcasting.com/artifacts/org.apache.tephra/tephra-core/
implementation ("org.apache.tephra:tephra-core:0.16.0")
'org.apache.tephra:tephra-core:jar:0.16.0'
<dependency org="org.apache.tephra" name="tephra-core" rev="0.16.0">
<artifact name="tephra-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tephra', module='tephra-core', version='0.16.0')
)
libraryDependencies += "org.apache.tephra" % "tephra-core" % "0.16.0"
[org.apache.tephra/tephra-core "0.16.0"]