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