GroupId | GroupIdcom.nike.riposte |
---|---|
ArtifactId | ArtifactIdriposte-archaius |
Version | Version0.11.2 |
Type | Typejar |
Filename | Size |
---|---|
riposte-archaius-0.11.2.pom | |
riposte-archaius-0.11.2.jar | 3 KB |
riposte-archaius-0.11.2-sources.jar | 2 KB |
riposte-archaius-0.11.2-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nike.riposte/riposte-archaius/ -->
<dependency>
<groupId>com.nike.riposte</groupId>
<artifactId>riposte-archaius</artifactId>
<version>0.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.riposte/riposte-archaius/
implementation 'com.nike.riposte:riposte-archaius:0.11.2'
// https://jarcasting.com/artifacts/com.nike.riposte/riposte-archaius/
implementation ("com.nike.riposte:riposte-archaius:0.11.2")
'com.nike.riposte:riposte-archaius:jar:0.11.2'
<dependency org="com.nike.riposte" name="riposte-archaius" rev="0.11.2">
<artifact name="riposte-archaius" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.riposte', module='riposte-archaius', version='0.11.2')
)
libraryDependencies += "com.nike.riposte" % "riposte-archaius" % "0.11.2"
[com.nike.riposte/riposte-archaius "0.11.2"]