| GroupId | GroupIdcn.nikeo.phrase |
|---|---|
| ArtifactId | ArtifactIdruntime |
| Version | Version1.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| runtime-1.1.0.pom | |
| runtime-1.1.0-sources.jar | 1 KB |
| runtime-1.1.0-javadoc.jar | 786 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.nikeo.phrase/runtime/ -->
<dependency>
<groupId>cn.nikeo.phrase</groupId>
<artifactId>runtime</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.nikeo.phrase/runtime/
implementation 'cn.nikeo.phrase:runtime:1.1.0'
// https://jarcasting.com/artifacts/cn.nikeo.phrase/runtime/
implementation ("cn.nikeo.phrase:runtime:1.1.0")
'cn.nikeo.phrase:runtime:aar:1.1.0'
<dependency org="cn.nikeo.phrase" name="runtime" rev="1.1.0">
<artifact name="runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.nikeo.phrase', module='runtime', version='1.1.0')
)
libraryDependencies += "cn.nikeo.phrase" % "runtime" % "1.1.0"
[cn.nikeo.phrase/runtime "1.1.0"]