GroupId | GroupIdcom.nike.riposte |
---|---|
ArtifactId | ArtifactIdriposte-archaius |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
riposte-archaius-0.8.1.pom | |
riposte-archaius-0.8.1.jar | 3 KB |
riposte-archaius-0.8.1-sources.jar | 2 KB |
riposte-archaius-0.8.1-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.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.riposte/riposte-archaius/
implementation 'com.nike.riposte:riposte-archaius:0.8.1'
// https://jarcasting.com/artifacts/com.nike.riposte/riposte-archaius/
implementation ("com.nike.riposte:riposte-archaius:0.8.1")
'com.nike.riposte:riposte-archaius:jar:0.8.1'
<dependency org="com.nike.riposte" name="riposte-archaius" rev="0.8.1">
<artifact name="riposte-archaius" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.riposte', module='riposte-archaius', version='0.8.1')
)
libraryDependencies += "com.nike.riposte" % "riposte-archaius" % "0.8.1"
[com.nike.riposte/riposte-archaius "0.8.1"]