Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.lwfwind.automation |
ArtifactId | ArtifactIdsmart-api-framework |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
smart-api-framework-2.1.pom | |
smart-api-framework-2.1.jar | 143 KB |
smart-api-framework-2.1-sources.jar | 91 KB |
smart-api-framework-2.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-api-framework/
implementation 'com.github.lwfwind.automation:smart-api-framework:2.1'
// https://jarcasting.com/artifacts/com.github.lwfwind.automation/smart-api-framework/
implementation ("com.github.lwfwind.automation:smart-api-framework:2.1")
'com.github.lwfwind.automation:smart-api-framework:jar:2.1'
<dependency org="com.github.lwfwind.automation" name="smart-api-framework" rev="2.1">
<artifact name="smart-api-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lwfwind.automation', module='smart-api-framework', version='2.1')
)
libraryDependencies += "com.github.lwfwind.automation" % "smart-api-framework" % "2.1"
[com.github.lwfwind.automation/smart-api-framework "2.1"]