GroupId | GroupIdcom.nike.wingtips |
---|---|
ArtifactId | ArtifactIdwingtips-core |
Version | Version0.20.1 |
Type | Typejar |
Filename | Size |
---|---|
wingtips-core-0.20.1.pom | |
wingtips-core-0.20.1.jar | 62 KB |
wingtips-core-0.20.1-sources.jar | 80 KB |
wingtips-core-0.20.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-core/
implementation 'com.nike.wingtips:wingtips-core:0.20.1'
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-core/
implementation ("com.nike.wingtips:wingtips-core:0.20.1")
'com.nike.wingtips:wingtips-core:jar:0.20.1'
<dependency org="com.nike.wingtips" name="wingtips-core" rev="0.20.1">
<artifact name="wingtips-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.wingtips', module='wingtips-core', version='0.20.1')
)
libraryDependencies += "com.nike.wingtips" % "wingtips-core" % "0.20.1"
[com.nike.wingtips/wingtips-core "0.20.1"]