GroupId | GroupIdcom.nike.wingtips |
---|---|
ArtifactId | ArtifactIdwingtips-servlet-api |
Version | Version0.9.0.1 |
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.9.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-servlet-api/
implementation 'com.nike.wingtips:wingtips-servlet-api:0.9.0.1'
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-servlet-api/
implementation ("com.nike.wingtips:wingtips-servlet-api:0.9.0.1")
'com.nike.wingtips:wingtips-servlet-api:jar:0.9.0.1'
<dependency org="com.nike.wingtips" name="wingtips-servlet-api" rev="0.9.0.1">
<artifact name="wingtips-servlet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.wingtips', module='wingtips-servlet-api', version='0.9.0.1')
)
libraryDependencies += "com.nike.wingtips" % "wingtips-servlet-api" % "0.9.0.1"
[com.nike.wingtips/wingtips-servlet-api "0.9.0.1"]