| Categories |
CategoriesAuto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdcom.github.lwfwind.automation |
| ArtifactId | ArtifactIdsmart-api-framework |
| Version | Version2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| smart-api-framework-2.2.pom | |
| smart-api-framework-2.2.jar | 146 KB |
| smart-api-framework-2.2-sources.jar | 93 KB |
| smart-api-framework-2.2-javadoc.jar | 546 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-api-framework/ -->
<dependency>
<groupId>com.github.lwfwind.automation</groupId>
<artifactId>smart-api-framework</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-api-framework/
implementation 'com.github.lwfwind.automation:smart-api-framework:2.2'
// https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-api-framework/
implementation ("com.github.lwfwind.automation:smart-api-framework:2.2")
'com.github.lwfwind.automation:smart-api-framework:jar:2.2'
<dependency org="com.github.lwfwind.automation" name="smart-api-framework" rev="2.2">
<artifact name="smart-api-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lwfwind.automation', module='smart-api-framework', version='2.2')
)
libraryDependencies += "com.github.lwfwind.automation" % "smart-api-framework" % "2.2"
[com.github.lwfwind.automation/smart-api-framework "2.2"]