GroupId | GroupIdcom.nike.wingtips |
---|---|
ArtifactId | ArtifactIdwingtips-servlet-api |
Version | Version0.23.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-servlet-api/ -->
<dependency>
<groupId>com.nike.wingtips</groupId>
<artifactId>wingtips-servlet-api</artifactId>
<version>0.23.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-servlet-api/
implementation 'com.nike.wingtips:wingtips-servlet-api:0.23.0'
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-servlet-api/
implementation ("com.nike.wingtips:wingtips-servlet-api:0.23.0")
'com.nike.wingtips:wingtips-servlet-api:jar:0.23.0'
<dependency org="com.nike.wingtips" name="wingtips-servlet-api" rev="0.23.0">
<artifact name="wingtips-servlet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.wingtips', module='wingtips-servlet-api', version='0.23.0')
)
libraryDependencies += "com.nike.wingtips" % "wingtips-servlet-api" % "0.23.0"
[com.nike.wingtips/wingtips-servlet-api "0.23.0"]