GroupId | GroupIdcom.continuuity.tephra |
---|---|
ArtifactId | ArtifactIdtephra-core |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
tephra-core-0.1.0.pom | |
tephra-core-0.1.0.jar | 471 KB |
tephra-core-0.1.0-tests.jar | 38 KB |
tephra-core-0.1.0-sources.jar | 148 KB |
tephra-core-0.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.continuuity.tephra/tephra-core/
implementation 'com.continuuity.tephra:tephra-core:0.1.0'
// https://jarcasting.com/artifacts/com.continuuity.tephra/tephra-core/
implementation ("com.continuuity.tephra:tephra-core:0.1.0")
'com.continuuity.tephra:tephra-core:jar:0.1.0'
<dependency org="com.continuuity.tephra" name="tephra-core" rev="0.1.0">
<artifact name="tephra-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.continuuity.tephra', module='tephra-core', version='0.1.0')
)
libraryDependencies += "com.continuuity.tephra" % "tephra-core" % "0.1.0"
[com.continuuity.tephra/tephra-core "0.1.0"]