Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.payneteasy |
ArtifactId | ArtifactIdapi-servlet |
Version | Version1.0-2 |
Type | Typejar |
Filename | Size |
---|---|
api-servlet-1.0-2.pom | |
api-servlet-1.0-2.jar | 7 KB |
api-servlet-1.0-2-sources.jar | 2 KB |
api-servlet-1.0-2-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.payneteasy/api-servlet/ -->
<dependency>
<groupId>com.payneteasy</groupId>
<artifactId>api-servlet</artifactId>
<version>1.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy/api-servlet/
implementation 'com.payneteasy:api-servlet:1.0-2'
// https://jarcasting.com/artifacts/com.payneteasy/api-servlet/
implementation ("com.payneteasy:api-servlet:1.0-2")
'com.payneteasy:api-servlet:jar:1.0-2'
<dependency org="com.payneteasy" name="api-servlet" rev="1.0-2">
<artifact name="api-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy', module='api-servlet', version='1.0-2')
)
libraryDependencies += "com.payneteasy" % "api-servlet" % "1.0-2"
[com.payneteasy/api-servlet "1.0-2"]