GroupId | GroupIdcom.continuuity.tephra |
---|---|
ArtifactId | ArtifactIdtephra-core |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
tephra-core-0.2.0.pom | |
tephra-core-0.2.0.jar | 472 KB |
tephra-core-0.2.0-tests.jar | 48 KB |
tephra-core-0.2.0-sources.jar | 149 KB |
tephra-core-0.2.0-javadoc.jar | 979 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.continuuity.tephra/tephra-core/ -->
<dependency>
<groupId>com.continuuity.tephra</groupId>
<artifactId>tephra-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.continuuity.tephra/tephra-core/
implementation 'com.continuuity.tephra:tephra-core:0.2.0'
// https://jarcasting.com/artifacts/com.continuuity.tephra/tephra-core/
implementation ("com.continuuity.tephra:tephra-core:0.2.0")
'com.continuuity.tephra:tephra-core:jar:0.2.0'
<dependency org="com.continuuity.tephra" name="tephra-core" rev="0.2.0">
<artifact name="tephra-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.continuuity.tephra', module='tephra-core', version='0.2.0')
)
libraryDependencies += "com.continuuity.tephra" % "tephra-core" % "0.2.0"
[com.continuuity.tephra/tephra-core "0.2.0"]