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