GroupId | GroupIdcom.nike.wingtips |
---|---|
ArtifactId | ArtifactIdwingtips-core |
Version | Version0.20.0 |
Type | Typejar |
Filename | Size |
---|---|
wingtips-core-0.20.0.pom | |
wingtips-core-0.20.0.jar | 62 KB |
wingtips-core-0.20.0-sources.jar | 80 KB |
wingtips-core-0.20.0-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-core/ -->
<dependency>
<groupId>com.nike.wingtips</groupId>
<artifactId>wingtips-core</artifactId>
<version>0.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-core/
implementation 'com.nike.wingtips:wingtips-core:0.20.0'
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-core/
implementation ("com.nike.wingtips:wingtips-core:0.20.0")
'com.nike.wingtips:wingtips-core:jar:0.20.0'
<dependency org="com.nike.wingtips" name="wingtips-core" rev="0.20.0">
<artifact name="wingtips-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.wingtips', module='wingtips-core', version='0.20.0')
)
libraryDependencies += "com.nike.wingtips" % "wingtips-core" % "0.20.0"
[com.nike.wingtips/wingtips-core "0.20.0"]