GroupId | GroupIdcom.republicate |
---|---|
ArtifactId | ArtifactIdstillness |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
stillness-0.2.pom | |
stillness-0.2.jar | 53 KB |
stillness-0.2-sources.jar | 43 KB |
stillness-0.2-javadoc.jar | 303 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.republicate/stillness/ -->
<dependency>
<groupId>com.republicate</groupId>
<artifactId>stillness</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.republicate/stillness/
implementation 'com.republicate:stillness:0.2'
// https://jarcasting.com/artifacts/com.republicate/stillness/
implementation ("com.republicate:stillness:0.2")
'com.republicate:stillness:jar:0.2'
<dependency org="com.republicate" name="stillness" rev="0.2">
<artifact name="stillness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.republicate', module='stillness', version='0.2')
)
libraryDependencies += "com.republicate" % "stillness" % "0.2"
[com.republicate/stillness "0.2"]